blob: bc5be5aed74ad48c96c569dd3da11ba727bf5b27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $NetBSD: i82489var.h,v 1.3 2021/09/16 20:17:47 andvar Exp $ */
#include <x86/i82489var.h>
/*
* Xen doesn't give access to the lapic. In addition, the lapic number provided
* by the dom0 to Xen when setting up iopics is ignored, the hypervisor will
* decide itself to which physical CPU the interrupt should be routed to.
*/
#undef lapic_cpu_number
#define lapic_cpu_number() (0)
|