mirror of
https://github.com/opnsense/src.git
synced 2026-03-26 20:53:08 -04:00
Fix build for i386 kernels with out 'I686_CPU'.
PR: 193660 Submitted by: holger@freyther.de
This commit is contained in:
parent
86f82ef946
commit
a2f67d9087
1 changed files with 1 additions and 1 deletions
|
|
@ -1366,7 +1366,7 @@ apic_init(void *dummy __unused)
|
|||
printf("APIC: Using the %s enumerator.\n",
|
||||
best_enum->apic_name);
|
||||
|
||||
#ifndef __amd64__
|
||||
#ifdef I686_CPU
|
||||
/*
|
||||
* To work around an errata, we disable the local APIC on some
|
||||
* CPUs during early startup. We need to turn the local APIC back
|
||||
|
|
|
|||
Loading…
Reference in a new issue