提交 71e3b818 编写于 作者: J Jaswinder Singh

x86: mach-default/setup.c declare no_broadcast before they get used

included mach_ipi.h for no_broadcast declaration

fixed minor spacing for no_broadcast
Signed-off-by: NJaswinder Singh <jaswinder@infradead.org>
上级 01eb7858
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册