Skip to content

Commit

Permalink
x86, VisWS: build fix
Browse files Browse the repository at this point in the history
fix:

arch/x86/kernel/visws_quirks.c: In function ‘visws_early_detect’:
arch/x86/kernel/visws_quirks.c:293: error: ‘no_broadcast’ undeclared (first use in this function)
arch/x86/kernel/visws_quirks.c:293: error: (Each undeclared identifier is reported only once
arch/x86/kernel/visws_quirks.c:293: error: for each function it appears in.)
make[1]: *** [arch/x86/kernel/visws_quirks.o] Error 1
make: *** [arch/x86/kernel/visws_quirks.o] Error 2

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Jul 10, 2008
1 parent b6770c8 commit f78cb9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/x86/kernel/visws_quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
#include <linux/pci.h>
#include <linux/pci_ids.h>

extern int no_broadcast;

#include <asm/io.h>
#include <asm/apic.h>
#include <asm/arch_hooks.h>
Expand Down

0 comments on commit f78cb9b

Please sign in to comment.