Commit 57decbda authored by Jeremy Fitzhardinge's avatar Jeremy Fitzhardinge Committed by Andi Kleen

[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: default avatarJeremy Fitzhardinge <jeremy@xensource.com>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
parent 9ce8c2ed
...@@ -3,19 +3,12 @@ ...@@ -3,19 +3,12 @@
* *
* Copyright (C) 1994 Linus Torvalds * Copyright (C) 1994 Linus Torvalds
* Copyright (C) 2000 SuSE * 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/kernel.h>
#include <linux/init.h>
#include <asm/alternative.h> #include <asm/alternative.h>
#include <asm/processor.h> #include <asm/processor.h>
#include <asm/i387.h>
#include <asm/msr.h>
#include <asm/pda.h>
void __init check_bugs(void) void __init check_bugs(void)
{ {
......
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
#ifndef _ASM_I386_BUG_H #ifndef _ASM_I386_BUG_H
#define _ASM_I386_BUG_H #define _ASM_I386_BUG_H
extern void __init check_bugs(void); void check_bugs(void);
#endif /* _ASM_I386_BUG_H */ #endif /* _ASM_I386_BUG_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment