mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Argh, disable the micro-ops again. I didn't test these adequately and
managed to lock up one of my machines in world again. Pointy-hat to: me
This commit is contained in:
parent
2ccd992403
commit
248c2e72aa
2 changed files with 4 additions and 2 deletions
|
|
@ -69,7 +69,8 @@ extern char STR_SIEN[];
|
|||
|
||||
#define _V(x) __STRING(x)
|
||||
|
||||
#ifndef I386_CPU
|
||||
#if 0
|
||||
/* #ifndef I386_CPU */
|
||||
|
||||
/*
|
||||
* For 486 and newer processors.
|
||||
|
|
|
|||
|
|
@ -69,7 +69,8 @@ extern char STR_SIEN[];
|
|||
|
||||
#define _V(x) __STRING(x)
|
||||
|
||||
#ifndef I386_CPU
|
||||
#if 0
|
||||
/* #ifndef I386_CPU */
|
||||
|
||||
/*
|
||||
* For 486 and newer processors.
|
||||
|
|
|
|||
Loading…
Reference in a new issue