Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-16 | [x86] remove uses of magic macros for boot_params access | H. Peter Anvin | |
Instead of using magic macros for boot_params access, simply use the boot_params structure. Signed-off-by: H. Peter Anvin <hpa@zytor.com> | |||
2007-10-13 | Delete filenames in comments. | Dave Jones | |
Since the x86 merge, lots of files that referenced their own filenames are no longer correct. Rather than keep them up to date, just delete them, as they add no real value. Additionally: - fix up comment formatting in scx200_32.c - Remove a credit from myself in setup_64.c from a time when we had no SCM - remove longwinded history from tsc_32.c which can be figured out from git. Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> | |||
2007-10-11 | x86_64: move kernel | Thomas Gleixner | |
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> |