mirror of
https://github.com/nginx/nginx.git
synced 2025-01-21 13:53:08 -06:00
fix cache line size for Pentium 4
This commit is contained in:
parent
6e8bc2b72d
commit
442d1e63f2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user