diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-27 05:00:33 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-27 05:00:33 +0000 |
commit | ff9f122612aea205673901d89b89e4e743e3e5d4 (patch) | |
tree | a9203afb1e9e7e481a56282571b57bb44e284a95 | |
parent | ecb8241b393dbed798cc06e2b6610557779a8ee3 (diff) | |
download | edk2-platforms-ff9f122612aea205673901d89b89e4e743e3e5d4.tar.xz |
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2769 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdePkg/Include/IndustryStandard/Pal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdePkg/Include/IndustryStandard/Pal.h b/MdePkg/Include/IndustryStandard/Pal.h index f2601726db..c5d0f5f1f1 100644 --- a/MdePkg/Include/IndustryStandard/Pal.h +++ b/MdePkg/Include/IndustryStandard/Pal.h @@ -146,7 +146,6 @@ typedef struct { UINT64 AliasBoundary:8;
UINT64 TagLsBits:8;
UINT64 TagMsBits:8;
- UINT64 Reserve:8;
} PAL_CACHE_INFO_RETURN2;
/**
|