fix cache line size for Pentium 4

This commit is contained in:
Igor Sysoev 2008-01-29 06:58:47 +00:00
parent 6e8bc2b72d
commit 442d1e63f2

View File

@ -92,7 +92,7 @@ ngx_cpuinfo(void)
if (ngx_strcmp(vendor, "GenuineIntel") == 0) {
switch (cpu[0] & 0xf00) {
switch ((cpu[0] & 0xf00) >> 8) {
/* Pentium */
case 5: