Is
__________________________________________________
if (max_pfn > MAX_PFN)
max_pfn = MAX_PFN;
_________________________________________________
if (max_pfn > MAXBIGMEM_PFN)
max_pfn = MAXBIGMEM_PFN;
_________________________________________________
???
Compile with BIGMEM dies here!!!
Luis Montgomery
FCFM/BUAP/Mexico
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/