projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78b93f2
)
[PATCH] Fix build breakage with CONFIG_X86_VSMP
author
Ravikiran Thirumalai
<kiran@scalex86.org>
Thu, 12 Oct 2006 19:17:52 +0000
(12:17 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 12 Oct 2006 19:25:27 +0000
(12:25 -0700)
Kernel build breaks with CONFIG_X86_VSMP. Probably due to some header
file cleanups in 2.6.19-rc1.
Signed-off-by: Ravikiran Thirumalai <kiran@scalex86.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/vsmp.c
patch
|
blob
|
history
diff --git
a/arch/x86_64/kernel/vsmp.c
b/arch/x86_64/kernel/vsmp.c
index 044e852bd25efb297c10545211d5fe80d5dfbf22..414caf0c5f9ae96b67bafea7589b532fa821b361 100644
(file)
--- a/
arch/x86_64/kernel/vsmp.c
+++ b/
arch/x86_64/kernel/vsmp.c
@@
-14,6
+14,7
@@
#include <linux/pci_ids.h>
#include <linux/pci_regs.h>
#include <asm/pci-direct.h>
+#include <asm/io.h>
static int __init vsmp_init(void)
{