diff options
Diffstat (limited to 'arch/x86/include/asm/uv/bios.h')
-rw-r--r-- | arch/x86/include/asm/uv/bios.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/x86/include/asm/uv/bios.h b/arch/x86/include/asm/uv/bios.h index c852590254d5..e652a7cc6186 100644 --- a/arch/x86/include/asm/uv/bios.h +++ b/arch/x86/include/asm/uv/bios.h | |||
@@ -79,7 +79,7 @@ struct uv_gam_range_entry { | |||
79 | u16 nasid; /* HNasid */ | 79 | u16 nasid; /* HNasid */ |
80 | u16 sockid; /* Socket ID, high bits of APIC ID */ | 80 | u16 sockid; /* Socket ID, high bits of APIC ID */ |
81 | u16 pnode; /* Index to MMR and GRU spaces */ | 81 | u16 pnode; /* Index to MMR and GRU spaces */ |
82 | u32 pxm; /* ACPI proximity domain number */ | 82 | u32 unused2; |
83 | u32 limit; /* PA bits 56:26 (UV_GAM_RANGE_SHFT) */ | 83 | u32 limit; /* PA bits 56:26 (UV_GAM_RANGE_SHFT) */ |
84 | }; | 84 | }; |
85 | 85 | ||
@@ -88,7 +88,8 @@ struct uv_gam_range_entry { | |||
88 | #define UV_SYSTAB_VERSION_UV4 0x400 /* UV4 BIOS base version */ | 88 | #define UV_SYSTAB_VERSION_UV4 0x400 /* UV4 BIOS base version */ |
89 | #define UV_SYSTAB_VERSION_UV4_1 0x401 /* + gpa_shift */ | 89 | #define UV_SYSTAB_VERSION_UV4_1 0x401 /* + gpa_shift */ |
90 | #define UV_SYSTAB_VERSION_UV4_2 0x402 /* + TYPE_NVRAM/WINDOW/MBOX */ | 90 | #define UV_SYSTAB_VERSION_UV4_2 0x402 /* + TYPE_NVRAM/WINDOW/MBOX */ |
91 | #define UV_SYSTAB_VERSION_UV4_LATEST UV_SYSTAB_VERSION_UV4_2 | 91 | #define UV_SYSTAB_VERSION_UV4_3 0x403 /* - GAM Range PXM Value */ |
92 | #define UV_SYSTAB_VERSION_UV4_LATEST UV_SYSTAB_VERSION_UV4_3 | ||
92 | 93 | ||
93 | #define UV_SYSTAB_TYPE_UNUSED 0 /* End of table (offset == 0) */ | 94 | #define UV_SYSTAB_TYPE_UNUSED 0 /* End of table (offset == 0) */ |
94 | #define UV_SYSTAB_TYPE_GAM_PARAMS 1 /* GAM PARAM conversions */ | 95 | #define UV_SYSTAB_TYPE_GAM_PARAMS 1 /* GAM PARAM conversions */ |