]> git.baikalelectronics.ru Git - kernel.git/commit
x86: remove TRAP_FLAG
authorRoland McGrath <roland@redhat.com>
Wed, 30 Jan 2008 12:30:48 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:48 +0000 (13:30 +0100)
commit8c6cbd778590d9e645aa38d97a5eef72d36c0907
tree4f9f5de145846bbeac75b33ab10354fdde801583
parent73701bfd75d5fef367242ee49fde0a7ed41f6c9c
x86: remove TRAP_FLAG

This gets rid of the local constant macro TRAP_FLAG.
It's redundant with the public constant macro X86_EFLAGS_TF.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/ptrace_32.c
arch/x86/kernel/ptrace_64.c