Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315859
b: refs/heads/master
c: f9808b7
h: refs/heads/master
i:
  315857: 26b46e4
  315855: b58280d
v: v3
  • Loading branch information
Michael S. Tsirkin authored and Marcelo Tosatti committed Jul 3, 2012
1 parent 09e1e1e commit 1bf9650
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae7a2a3fb6f8b784c2752863f4f1f20c656f76fb
refs/heads/master: f9808b7fd422b965cea52e05ba470e0a473c53d3
5 changes: 5 additions & 0 deletions trunk/arch/x86/include/asm/apic.h
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,12 @@ extern struct apic *apic;
__aligned(sizeof(struct apic *)) \
__section(.apicdrivers) = { &sym1, &sym2 }

#ifdef CONFIG_X86_LOCAL_APIC
extern struct apic *__apicdrivers[], *__apicdrivers_end[];
#else
#define __apicdrivers ((struct apic **)NULL)
#define __apicdrivers_end ((struct apic **)NULL)
#endif

/*
* APIC functionality to boot other CPUs - only used on SMP:
Expand Down

0 comments on commit 1bf9650

Please sign in to comment.