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:
01eb785
)
x86: mach-default/setup.c declare no_broadcast before they get used
author
Jaswinder Singh
<jaswinder@infradead.org>
Wed, 23 Jul 2008 12:14:00 +0000
(17:44 +0530)
committer
Jaswinder Singh
<jaswinder@infradead.org>
Wed, 23 Jul 2008 12:14:00 +0000
(17:44 +0530)
included mach_ipi.h for no_broadcast declaration
fixed minor spacing for no_broadcast
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
arch/x86/mach-default/setup.c
patch
|
blob
|
history
diff --git
a/arch/x86/mach-default/setup.c
b/arch/x86/mach-default/setup.c
index 3d317836be9ed9e1739e92461d0912dc37c65ffb..3f2cf11f201aaf78ca5999e20d230e36d762ffdd 100644
(file)
--- a/
arch/x86/mach-default/setup.c
+++ b/
arch/x86/mach-default/setup.c
@@
-10,13
+10,15
@@
#include <asm/e820.h>
#include <asm/setup.h>
+#include <mach_ipi.h>
+
#ifdef CONFIG_HOTPLUG_CPU
#define DEFAULT_SEND_IPI (1)
#else
#define DEFAULT_SEND_IPI (0)
#endif
-int no_broadcast
=
DEFAULT_SEND_IPI;
+int no_broadcast
=
DEFAULT_SEND_IPI;
/**
* pre_intr_init_hook - initialisation prior to setting up interrupt vectors