diff options
Diffstat (limited to 'i386/intel')
-rw-r--r-- | i386/intel/pmap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c index e362b454..02209289 100644 --- a/i386/intel/pmap.c +++ b/i386/intel/pmap.c @@ -326,8 +326,6 @@ lock_data_t pmap_system_lock; #endif /* NCPUS > 1 */ -#define MAX_TBIS_SIZE 32 /* > this -> TBIA */ /* XXX */ - #ifdef MACH_PV_PAGETABLES #if 1 #define INVALIDATE_TLB(pmap, s, e) hyp_mmuext_op_void(MMUEXT_TLB_FLUSH_LOCAL) |