aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/bugs.h
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2007-05-02 13:27:16 -0400
committerAndi Kleen <andi@basil.nowhere.org>2007-05-02 13:27:16 -0400
commit57decbda6a2a7c400b2a3b3b12e52ccbdc977118 (patch)
treef4702143a15df7e455392ccb7eb466e9c5aa241e /include/asm-i386/bugs.h
parent9ce8c2ed12550f90fd6e902990652b13df647793 (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 'include/asm-i386/bugs.h')
-rw-r--r--include/asm-i386/bugs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/bugs.h b/include/asm-i386/bugs.h
index df539b390448..d28979ff73be 100644
--- a/include/asm-i386/bugs.h
+++ b/include/asm-i386/bugs.h
@@ -7,6 +7,6 @@
7#ifndef _ASM_I386_BUG_H 7#ifndef _ASM_I386_BUG_H
8#define _ASM_I386_BUG_H 8#define _ASM_I386_BUG_H
9 9
10extern void __init check_bugs(void); 10void check_bugs(void);
11 11
12#endif /* _ASM_I386_BUG_H */ 12#endif /* _ASM_I386_BUG_H */