mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-22 21:24:35 +02:00
Due to SmBios2.6 spec section 3.3.8.5 doesn't enumerate 24-way set-associative for cache info, so remove this value to follow spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8772 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d22cb182d9
commit
7bfed576b0
@ -694,8 +694,7 @@ typedef enum {
|
|||||||
EfiCacheAssociativity4Way = 5,
|
EfiCacheAssociativity4Way = 5,
|
||||||
EfiCacheAssociativityFully = 6,
|
EfiCacheAssociativityFully = 6,
|
||||||
EfiCacheAssociativity8Way = 7,
|
EfiCacheAssociativity8Way = 7,
|
||||||
EfiCacheAssociativity16Way = 8,
|
EfiCacheAssociativity16Way = 8
|
||||||
EfiCacheAssociativity24Way = 9
|
|
||||||
} EFI_CACHE_ASSOCIATIVITY_DATA;
|
} EFI_CACHE_ASSOCIATIVITY_DATA;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user