Commit f9ee7122 authored by Linus Torvalds's avatar Linus Torvalds

Add another Intel cache descriptor entry.

This one from Dave Jones, who read the Intel docs even
more.
parent 801c2000
...@@ -103,6 +103,7 @@ static struct _cache_table cache_table[] __initdata = ...@@ -103,6 +103,7 @@ static struct _cache_table cache_table[] __initdata =
{ 0x7b, LVL_2, 512 }, { 0x7b, LVL_2, 512 },
{ 0x7c, LVL_2, 1024 }, { 0x7c, LVL_2, 1024 },
{ 0x7d, LVL_2, 2048 }, { 0x7d, LVL_2, 2048 },
{ 0x7f, LVL_2, 512 },
{ 0x82, LVL_2, 256 }, { 0x82, LVL_2, 256 },
{ 0x83, LVL_2, 512 }, { 0x83, LVL_2, 512 },
{ 0x84, LVL_2, 1024 }, { 0x84, LVL_2, 1024 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment