From 71f4f63143d2ab0987d3315cdcd5d20e233d68d7 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 6 Apr 2020 22:15:36 +0200 Subject: Add warning about one of the next 64bit fixes to make --- i386/intel/pmap.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c index d67d39d1..0f650f2a 100644 --- a/i386/intel/pmap.c +++ b/i386/intel/pmap.c @@ -1396,6 +1396,9 @@ void pmap_destroy(pmap_t p) page_dir = p->dirbase; #endif +#ifdef __x86_64__ +#warning FIXME 64bit need to free l3 +#endif /* * Free the memory maps, then the * pmap structure. -- cgit v1.2.3