commit | 35d0991ffa544945d2e1992169c097286b7c0bfb | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Wed Jan 30 13:30:57 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:30:57 2008 +0100 |
tree | 048b57877bb825b89c14cfeb74b861596799229f | |
parent | a46ff73d53f011de1dfc1983b05db2c04d193713 [diff] |
x86: eflags enum This removes the EF_* enum from <asm/ptrace.h>. It is no longer used, and duplicates the X86_EFLAGS_* constants from <asm/processor-flags.h>. Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>