Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71e3b818 authored by Jaswinder Singh's avatar Jaswinder Singh
Browse files

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: default avatarJaswinder Singh <jaswinder@infradead.org>
parent 01eb7858
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@
#include <asm/e820.h>
#include <asm/setup.h>

#include <mach_ipi.h>

#ifdef CONFIG_HOTPLUG_CPU
#define DEFAULT_SEND_IPI	(1)
#else