diff options
-rw-r--r-- | i386/intel/pmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c index 0be1609..2cdd20a 100644 --- a/i386/intel/pmap.c +++ b/i386/intel/pmap.c @@ -1070,6 +1070,7 @@ void pmap_map_mfn(void *_addr, unsigned long mfn) { } #else /* MACH_PV_PAGETABLES */ void pmap_map_mfn(void *_addr, unsigned long mfn) { + /* Note: in this case, mfn is actually a pfn. */ panic("TODO %s:%d\n",__FILE__,__LINE__); } #endif /* MACH_PV_PAGETABLES */ |