| plan 9 kernel history: overview | file list | diff list |
1999/0112/pc/archgeneric.c (diff list | history)
| 1998/1222/sys/src/9/pc/archgeneric.c:201,207 – 1999/0112/sys/src/9/pc/archgeneric.c:201,207 (short | long | prev | next) | ||
|
use wbflush on Pentium+, not just PentiumPro+
rsc Fri Mar 4 12:44:25 2005 | ||
| 1997/0327 | if(X86FAMILY(m->cpuidax) == 3 || conf.nmach > 1) conf.copymode = 1; | |
| 1999/0112 | if(X86FAMILY(m->cpuidax) >= 5) | |
| 1997/0327 | coherence = wbflush; | |
| 1998/0710 | } | |