mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Disable the auto-Write Combining setup for the pmap code. This
worked on a couple of machines of mine, but appears to cause problems on others.
This commit is contained in:
parent
d73d5c86a3
commit
424edf1b6a
2 changed files with 4 additions and 2 deletions
|
|
@ -39,7 +39,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)pmap.c 7.7 (Berkeley) 5/12/91
|
||||
* $Id: pmap.c,v 1.195 1998/05/11 02:13:42 dyson Exp $
|
||||
* $Id: pmap.c,v 1.196 1998/05/11 08:11:57 dyson Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -496,6 +496,7 @@ pmap_setdevram(unsigned long long basea, vm_offset_t sizea)
|
|||
unsigned long long base;
|
||||
unsigned long long mask;
|
||||
|
||||
return;
|
||||
if (cpu != CPU_686)
|
||||
return;
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)pmap.c 7.7 (Berkeley) 5/12/91
|
||||
* $Id: pmap.c,v 1.195 1998/05/11 02:13:42 dyson Exp $
|
||||
* $Id: pmap.c,v 1.196 1998/05/11 08:11:57 dyson Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
|
|
@ -496,6 +496,7 @@ pmap_setdevram(unsigned long long basea, vm_offset_t sizea)
|
|||
unsigned long long base;
|
||||
unsigned long long mask;
|
||||
|
||||
return;
|
||||
if (cpu != CPU_686)
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue