diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2007-05-02 13:27:16 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2007-05-02 13:27:16 -0400 |
commit | 57decbda6a2a7c400b2a3b3b12e52ccbdc977118 (patch) | |
tree | f4702143a15df7e455392ccb7eb466e9c5aa241e /arch/x86_64 | |
parent | 9ce8c2ed12550f90fd6e902990652b13df647793 (diff) |
[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.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/x86_64/kernel/bugs.c b/arch/x86_64/kernel/bugs.c index 131e541e3f7b..12b585b5345d 100644 --- a/arch/x86_64/kernel/bugs.c +++ b/arch/x86_64/kernel/bugs.c | |||
@@ -3,19 +3,12 @@ | |||
3 | * | 3 | * |
4 | * Copyright (C) 1994 Linus Torvalds | 4 | * Copyright (C) 1994 Linus Torvalds |
5 | * Copyright (C) 2000 SuSE | 5 | * Copyright (C) 2000 SuSE |
6 | * | ||
7 | * This is included by init/main.c to check for architecture-dependent bugs. | ||
8 | * | ||
9 | * Needs: | ||
10 | * void check_bugs(void); | ||
11 | */ | 6 | */ |
12 | 7 | ||
13 | #include <linux/kernel.h> | 8 | #include <linux/kernel.h> |
9 | #include <linux/init.h> | ||
14 | #include <asm/alternative.h> | 10 | #include <asm/alternative.h> |
15 | #include <asm/processor.h> | 11 | #include <asm/processor.h> |
16 | #include <asm/i387.h> | ||
17 | #include <asm/msr.h> | ||
18 | #include <asm/pda.h> | ||
19 | 12 | ||
20 | void __init check_bugs(void) | 13 | void __init check_bugs(void) |
21 | { | 14 | { |