Corresponding xenocara cleanup from the amd64/i386 MTRR cleanup diff just
committed. Removes a #define that wasn't used anywhere (for completeness and to make the range definitions match what's in the kernel now). ok jsg@, deraadt@
This commit is contained in:
parent
737b662b93
commit
ed3e701ae3
@ -24,7 +24,6 @@
|
||||
#define MDF_ACTIVE (1<<27) /* currently active */
|
||||
#define MDF_BOGUS (1<<28) /* we don't like it */
|
||||
#define MDF_FIXACTIVE (1<<29) /* can't be turned off */
|
||||
#define MDF_BUSY (1<<30) /* range is in use */
|
||||
|
||||
struct mem_range_desc {
|
||||
u_int64_t mr_base;
|
||||
|
Loading…
Reference in New Issue
Block a user