* added more L2 cache labels
* white space cleaning git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36317 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -89,12 +89,16 @@ struct cache_description {
|
|||||||
{0x7A, "L2 cache: 256 KB, 8-way set associative, 64 bytes/line, dual-sectored"},
|
{0x7A, "L2 cache: 256 KB, 8-way set associative, 64 bytes/line, dual-sectored"},
|
||||||
{0x7B, "L2 cache: 512 KB, 8-way set associative, 64 bytes/line, dual-sectored"},
|
{0x7B, "L2 cache: 512 KB, 8-way set associative, 64 bytes/line, dual-sectored"},
|
||||||
{0x7C, "L2 cache: 1024 KB, 8-way set associative, 64 bytes/line, dual-sectored"},
|
{0x7C, "L2 cache: 1024 KB, 8-way set associative, 64 bytes/line, dual-sectored"},
|
||||||
|
{0x7D, "L2 cache: 2048 KB, 8-way set associative, 64 bytes/line"},
|
||||||
{0x7E, /* IA-64 */ "L2 cache: 256 KB, 8-way set associative, 128 bytes/line, sectored"},
|
{0x7E, /* IA-64 */ "L2 cache: 256 KB, 8-way set associative, 128 bytes/line, sectored"},
|
||||||
|
{0x7F, "L2 cache: 256 KB, 2-way set associative, 64 bytes/line, sectored"},
|
||||||
{0x81, "L2 cache: 128 KB, 8-way set associative, 32 bytes/line"},
|
{0x81, "L2 cache: 128 KB, 8-way set associative, 32 bytes/line"},
|
||||||
{0x82, "L2 cache: 256 KB, 8-way set associative, 32 bytes/line"},
|
{0x82, "L2 cache: 256 KB, 8-way set associative, 32 bytes/line"},
|
||||||
{0x83, "L2 cache: 512 KB, 8-way set associative, 32 bytes/line"},
|
{0x83, "L2 cache: 512 KB, 8-way set associative, 32 bytes/line"},
|
||||||
{0x84, "L2 cache: 1024 KB, 8-way set associative, 32 bytes/line"},
|
{0x84, "L2 cache: 1024 KB, 8-way set associative, 32 bytes/line"},
|
||||||
{0x85, "L2 cache: 2048 KB, 8-way set associative, 32 bytes/line"},
|
{0x85, "L2 cache: 2048 KB, 8-way set associative, 32 bytes/line"},
|
||||||
|
{0x86, "L2 cache: 512 KB, 4-way set associative, 64 bytes/line"},
|
||||||
|
{0x87, "L2 cache: 1024 KB, 8-way set associative, 64 bytes/line"},
|
||||||
{0x88, /* IA-64 */ "L3 cache: 2 MB, 4-way set associative, 64 bytes/line"},
|
{0x88, /* IA-64 */ "L3 cache: 2 MB, 4-way set associative, 64 bytes/line"},
|
||||||
{0x89, /* IA-64 */ "L3 cache: 4 MB, 4-way set associative, 64 bytes/line"},
|
{0x89, /* IA-64 */ "L3 cache: 4 MB, 4-way set associative, 64 bytes/line"},
|
||||||
{0x8A, /* IA-64 */ "L3 cache: 8 MB, 4-way set associative, 64 bytes/line"},
|
{0x8A, /* IA-64 */ "L3 cache: 8 MB, 4-way set associative, 64 bytes/line"},
|
||||||
|
|||||||
Reference in New Issue
Block a user