Error in setup.c 2.3.22?

Luis Montgomery (monty@fcfm.buap.mx)
Sat, 16 Oct 1999 16:22:12 -0500 (CDT)


In /usr/src/linux-2.3.22/arch/i386/kernel/setup.c
(line 593) MAX_PFN is undeclared.

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/