Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include/asm-x86/edac.h: checkpatch cleanups - formatting only | Joe Perches | 2008-04-17 | 1 | -2/+2 |
| | | | | | Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> | ||||
* | x86: unify include/asm/cache_32/64.h | Thomas Gleixner | 2007-10-17 | 1 | -4/+17 |
| | | | | | | | | | | | | Same file, except for whitespace, comment formatting and: 32-bit: unsigned long *virt_addr = va; 64-bit: unsigned int *virt_addr = va; Both can be safely replaced by: u32 i, *virt_addr = va; Signed-off-by: Thomas Gleixner <tglx@linutronix.de> | ||||
* | i386/x86_64: move headers to include/asm-x86 | Thomas Gleixner | 2007-10-11 | 1 | -0/+5 |
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> |