aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2007-05-02 19:27:16 +0200
committerAndi Kleen <andi@basil.nowhere.org>2007-05-02 19:27:16 +0200
commit57decbda6a2a7c400b2a3b3b12e52ccbdc977118 (patch)
treef4702143a15df7e455392ccb7eb466e9c5aa241e /arch/x86_64
parent9ce8c2ed12550f90fd6e902990652b13df647793 (diff)
downloadkernel_samsung_smdk4412-57decbda6a2a7c400b2a3b3b12e52ccbdc977118.tar.gz
kernel_samsung_smdk4412-57decbda6a2a7c400b2a3b3b12e52ccbdc977118.tar.bz2
kernel_samsung_smdk4412-57decbda6a2a7c400b2a3b3b12e52ccbdc977118.zip
[PATCH] x86: update for i386 and x86-64 check_bugs
Remove spurious comments, headers and keywords from x86-64 bugs.[ch]. Use identify_boot_cpu() AK: merged with other patch Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com> Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch/x86_64')
-rw-r--r--arch/x86_64/kernel/bugs.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/x86_64/kernel/bugs.c b/arch/x86_64/kernel/bugs.c
index 131e541e3f7..12b585b5345 100644
--- a/arch/x86_64/kernel/bugs.c
+++ b/arch/x86_64/kernel/bugs.c
@@ -3,19 +3,12 @@
*
* Copyright (C) 1994 Linus Torvalds
* Copyright (C) 2000 SuSE
- *
- * This is included by init/main.c to check for architecture-dependent bugs.
- *
- * Needs:
- * void check_bugs(void);
*/
#include <linux/kernel.h>
+#include <linux/init.h>
#include <asm/alternative.h>
#include <asm/processor.h>
-#include <asm/i387.h>
-#include <asm/msr.h>
-#include <asm/pda.h>
void __init check_bugs(void)
{