Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-02 | [PATCH] x86: Clean up x86 control register and MSR macros (corrected) | H. Peter Anvin | |
This patch is based on Rusty's recent cleanup of the EFLAGS-related macros; it extends the same kind of cleanup to control registers and MSRs. It also unifies these between i386 and x86-64; at least with regards to MSRs, the two had definitely gotten out of sync. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Andi Kleen <ak@suse.de> | |||
2007-05-02 | [PATCH] i386: Use X86_EFLAGS_IF in irqflags.h. | Andi Kleen | |
Move X86_EFLAGS_IF et al out to a new header: processor-flags.h, so we can include it from irqflags.h and use it in raw_irqs_disabled_flags(). As a side-effect, we could now use these flags in .S files. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andi Kleen <ak@suse.de> |