mirror of
https://github.com/nginx/nginx.git
synced 2026-06-25 19:37:00 +00:00
fix cache line size for Pentium 4
This commit is contained in:
parent
6e8bc2b72d
commit
442d1e63f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue