Skip to content

Commit

Permalink
x86/platform/uv: Remove vestigial mention of UV1 platform from bios h…
Browse files Browse the repository at this point in the history
…eader

Remove UV1 reference as UV1 is not longer supported by HPE.

Signed-off-by: Steve Wahl <steve.wahl@hpe.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20200713212955.435951508@hpe.com
  • Loading branch information
steve.wahl@hpe.com authored and Thomas Gleixner committed Jul 17, 2020
1 parent f584c75 commit 5d66253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/include/asm/uv/bios.h
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ struct uv_gam_range_entry {
};

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

0 comments on commit 5d66253

Please sign in to comment.