Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-17 | include/asm-x86/suspend_32.h: checkpatch cleanups - formatting only | Joe Perches | |
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> | |||
2008-01-30 | x86: unify struct desc_ptr | Glauber de Oliveira Costa | |
This patch unifies struct desc_ptr between i386 and x86_64. They can be expressed in the exact same way in C code, only having to change the name of one of them. As Xgt_desc_struct is ugly and big, this is the one that goes away. There's also a padding field in i386, but it is not really needed in the C structure definition. Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> | |||
2007-10-11 | i386/x86_64: move headers to include/asm-x86 | Thomas Gleixner | |
Move the headers to include/asm-x86 and fixup the header install make rules Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> |