mirror of https://github.com/acidanthera/audk.git
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,
|
||||
EfiCacheAssociativityFully = 6,
|
||||
EfiCacheAssociativity8Way = 7,
|
||||
EfiCacheAssociativity16Way = 8,
|
||||
EfiCacheAssociativity24Way = 9
|
||||
EfiCacheAssociativity16Way = 8
|
||||
} EFI_CACHE_ASSOCIATIVITY_DATA;
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in New Issue