From: Andy P. <at...@us...> - 2001-02-18 16:41:55
|
Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm In directory usw-pr-cvs1:/tmp/cvs-serv23123/include/asm-vax/mm Modified Files: pgtable.h Log Message: Reorganise tmp_start_kernel. max_pfn/hwpfn fixes. update config file. Index: pgtable.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm/pgtable.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pgtable.h 2001/02/15 01:17:23 1.7 +++ pgtable.h 2001/02/18 16:42:46 1.8 @@ -123,7 +123,8 @@ /* Memory sizing. You'll need to #include <asm/rpb.h> to get * the declaration of boot_rpb. */ -#define max_pfn (boot_rpb.l_pfncnt) +#define max_hwpfn (boot_rpb.l_pfncnt) +extern unsigned long max_pfn; /* generic stuff */ #include <asm-generic/pgtable.h> |