1 | /* $NetBSD: i82093reg.h,v 1.9 2017/11/13 11:45:54 nakayama Exp $ */ |
---|---|
2 | |
3 | #include <x86/i82093reg.h> |
4 | |
5 | #ifdef _KERNEL |
6 | |
7 | #if defined(_KERNEL_OPT) |
8 | #include "opt_multiprocessor.h" |
9 | #endif |
10 | |
11 | #define ioapic_asm_ack(num) \ |
12 | movq _C_LABEL(local_apic_va), |