include/cpu/amd/mtrr: drop unused TOP_MEM_MASK definitions
Neither TOP_MEM_MASK nor TOP_MEM_MASK_KB is used, so drop the two definitions. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I0b2dfb7be27884dffb948876aabb73f99834c281 Reviewed-on: https://review.coreboot.org/c/coreboot/+/72649 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
This commit is contained in:
parent
cc132038e2
commit
341d1bb724
|
@ -37,9 +37,6 @@
|
||||||
#define TOP_MEM2 0xC001001Dul
|
#define TOP_MEM2 0xC001001Dul
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define TOP_MEM_MASK 0x007fffff
|
|
||||||
#define TOP_MEM_MASK_KB (TOP_MEM_MASK >> 10)
|
|
||||||
|
|
||||||
#if !defined(__ASSEMBLER__)
|
#if !defined(__ASSEMBLER__)
|
||||||
|
|
||||||
#include <cpu/x86/msr.h>
|
#include <cpu/x86/msr.h>
|
||||||
|
|
Loading…
Reference in New Issue