projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cc7411
)
x86: smpboot.c: removed duplicated include
author
Huang Weiyi
<weiyi.huang@gmail.com>
Sun, 11 May 2008 11:36:57 +0000
(19:36 +0800)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sun, 25 May 2008 06:58:32 +0000
(08:58 +0200)
Removed duplicated include <asm/nmi.h> in
arch/x86/kernel/smpboot.c.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Cc: mingo@redhat.com
Cc: hpa@zytor.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/smpboot.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/smpboot.c
b/arch/x86/kernel/smpboot.c
index 38988491c6222e99c6bb7772eb09ee0cc81fb270..0974fc0997b960efc258ac15fec097797f298d8d 100644
(file)
--- a/
arch/x86/kernel/smpboot.c
+++ b/
arch/x86/kernel/smpboot.c
@@
-59,7
+59,6
@@
#include <asm/pgtable.h>
#include <asm/tlbflush.h>
#include <asm/mtrr.h>
-#include <asm/nmi.h>
#include <asm/vmi.h>
#include <asm/genapic.h>
#include <linux/mc146818rtc.h>