1 | /* $NetBSD: i82489var.h,v 1.2 2010/11/14 13:40:31 bouyer Exp $ */ |
---|---|
2 | |
3 | #include <x86/i82489var.h> |
4 | |
5 | /* |
6 | * Xen doesn't give acces to the lapic. In addition, the lapic number provided |
7 | * by the dom0 to Xen when setting up iopics is ignored, the hypervisor will |
8 | * decide itself to which physical CPU the interrupt should be routed to. |
9 | */ |
10 | #undef lapic_cpu_number |
11 | #define lapic_cpu_number() (0) |
12 |