diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2021-10-05 13:19:56 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2021-10-06 02:52:56 +0000 |
| commit | f8d3368b4346237deeaaaa91308ce78f8e2ea820 (patch) | |
| tree | e09825d9db05b892d4ba39972c4a81894343c92f /sys/x86 | |
| parent | 7102ec5226e5eb410f817a90a54843410a32420d (diff) | |
Diffstat (limited to 'sys/x86')
| -rw-r--r-- | sys/x86/x86/local_apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/x86/x86/local_apic.c b/sys/x86/x86/local_apic.c index 04de3ae47461..2cd2e0c23e11 100644 --- a/sys/x86/x86/local_apic.c +++ b/sys/x86/x86/local_apic.c @@ -195,7 +195,7 @@ static u_int32_t lapic_timer_divisors[] = { extern inthand_t IDTVEC(rsvd_pti), IDTVEC(rsvd); volatile char *lapic_map; -vm_paddr_t lapic_paddr; +vm_paddr_t lapic_paddr = DEFAULT_APIC_BASE; int x2apic_mode; int lapic_eoi_suppression; static int lapic_timer_tsc_deadline; |
