mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 06:32:50 +00:00
x86: export vector_used_by_percpu_irq
Impact: build fix lguest can be built as a module and makes use of this new symbol: ERROR: "vector_used_by_percpu_irq" [drivers/lguest/lg.ko] undefined! export it. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
7d87d53655
commit
c3d80000e3
@ -9,6 +9,7 @@
|
||||
#include <asm/apic.h>
|
||||
#include <asm/io_apic.h>
|
||||
#include <asm/smp.h>
|
||||
#include <asm/irq.h>
|
||||
|
||||
atomic_t irq_err_count;
|
||||
|
||||
@ -190,3 +191,5 @@ u64 arch_irq_stat(void)
|
||||
#endif
|
||||
return sum;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL_GPL(vector_used_by_percpu_irq);
|
||||
|
Loading…
Reference in New Issue
Block a user