Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53878
b: refs/heads/master
c: 57decbd
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Andi Kleen committed May 2, 2007
1 parent 5ae1948 commit 9a7fc15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ce8c2ed12550f90fd6e902990652b13df647793
refs/heads/master: 57decbda6a2a7c400b2a3b3b12e52ccbdc977118
9 changes: 1 addition & 8 deletions trunk/arch/x86_64/kernel/bugs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-i386/bugs.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
#ifndef _ASM_I386_BUG_H
#define _ASM_I386_BUG_H

extern void __init check_bugs(void);
void check_bugs(void);

#endif /* _ASM_I386_BUG_H */

0 comments on commit 9a7fc15

Please sign in to comment.