mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Unbroke kernel if I686_CPU is not defined.
This commit is contained in:
parent
e8b02a428d
commit
2ac3543b03
2 changed files with 4 additions and 0 deletions
|
|
@ -571,7 +571,9 @@ initializecpu(void)
|
|||
default:
|
||||
break;
|
||||
}
|
||||
#ifdef I686_CPU
|
||||
enable_sse();
|
||||
#endif
|
||||
|
||||
#if defined(PC98) && !defined(CPU_UPGRADE_HW_CACHE)
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -571,7 +571,9 @@ initializecpu(void)
|
|||
default:
|
||||
break;
|
||||
}
|
||||
#ifdef I686_CPU
|
||||
enable_sse();
|
||||
#endif
|
||||
|
||||
#if defined(PC98) && !defined(CPU_UPGRADE_HW_CACHE)
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue