summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr/src/uts/common/sys/efi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/efi.h b/usr/src/uts/common/sys/efi.h
index abd6779fde..a8726a1b1e 100644
--- a/usr/src/uts/common/sys/efi.h
+++ b/usr/src/uts/common/sys/efi.h
@@ -128,8 +128,8 @@ typedef enum {
#define EFI_MEMORY_DESCRIPTOR_VERSION 1
typedef struct {
uint32_t Type;
- EFI_PHYSICAL_ADDRESS PhysicalStart;
uint32_t Pad;
+ EFI_PHYSICAL_ADDRESS PhysicalStart;
EFI_VIRTUAL_ADDRESS VirtualStart;
uint64_t NumberOfPages;
uint64_t Attribute;