- Remove useless definitions

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1064 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Eric Biederman 2003-08-01 03:01:54 +00:00
parent a265d5c0a0
commit dfa26a4d8c
1 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,6 @@
#define IORR_FIRST 0xC0010016 #define IORR_FIRST 0xC0010016
#define IORR_LAST 0xC0010019 #define IORR_LAST 0xC0010019
#define SYSCFG 0xC0010010
#define MTRR_READ_MEM (1 << 4) #define MTRR_READ_MEM (1 << 4)
#define MTRR_WRITE_MEM (1 << 3) #define MTRR_WRITE_MEM (1 << 3)
@ -24,8 +23,6 @@
#define SYSCFG_MSR_SysVicLimitMask ((1 << 8) - (1 << 5)) #define SYSCFG_MSR_SysVicLimitMask ((1 << 8) - (1 << 5))
#define SYSCFG_MSR_SysAckLimitMask ((1 << 5) - (1 << 0)) #define SYSCFG_MSR_SysAckLimitMask ((1 << 5) - (1 << 0))
#define IORR0_BASE 0xC0010016 #define IORR0_BASE 0xC0010016
#define IORR0_MASK 0xC0010017 #define IORR0_MASK 0xC0010017
#define IORR1_BASE 0xC0010018 #define IORR1_BASE 0xC0010018