diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-10 13:39:55 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-10 13:45:01 -0400 |
commit | f78cb9b1cfe618e8b4cc0c118f187f54ed102f45 (patch) | |
tree | 9290015177c3b1e926bf7164b254d9342afbec90 /arch/x86 | |
parent | b6770c83b4b88dd832cc77916b1935b0311c64e0 (diff) |
x86, VisWS: build fix
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>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/visws_quirks.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/visws_quirks.c b/arch/x86/kernel/visws_quirks.c index 5c715c24ab55..e94bdb6add1d 100644 --- a/arch/x86/kernel/visws_quirks.c +++ b/arch/x86/kernel/visws_quirks.c | |||
@@ -57,6 +57,8 @@ | |||
57 | #include <linux/pci.h> | 57 | #include <linux/pci.h> |
58 | #include <linux/pci_ids.h> | 58 | #include <linux/pci_ids.h> |
59 | 59 | ||
60 | extern int no_broadcast; | ||
61 | |||
60 | #include <asm/io.h> | 62 | #include <asm/io.h> |
61 | #include <asm/apic.h> | 63 | #include <asm/apic.h> |
62 | #include <asm/arch_hooks.h> | 64 | #include <asm/arch_hooks.h> |