Skip to content

Commit 5d66253

Browse files
swahlhpeKAGA-KOKO
authored andcommitted
x86/platform/uv: Remove vestigial mention of UV1 platform from bios header
Remove UV1 reference as UV1 is not longer supported by HPE. Signed-off-by: Steve Wahl <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent f584c75 commit 5d66253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/include/asm/uv/bios.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ struct uv_gam_range_entry {
7272
};
7373

7474
#define UV_SYSTAB_SIG "UVST"
75-
#define UV_SYSTAB_VERSION_1 1 /* UV1/2/3 BIOS version */
75+
#define UV_SYSTAB_VERSION_1 1 /* UV2/3 BIOS version */
7676
#define UV_SYSTAB_VERSION_UV4 0x400 /* UV4 BIOS base version */
7777
#define UV_SYSTAB_VERSION_UV4_1 0x401 /* + gpa_shift */
7878
#define UV_SYSTAB_VERSION_UV4_2 0x402 /* + TYPE_NVRAM/WINDOW/MBOX */

0 commit comments

Comments
 (0)