Update of /cvsroot/mkdump/mkexec/3.0/2.6/arch/x86_64/kernel
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv28946/arch/x86_64/kernel
Modified Files:
minik_dump.c
Log Message:
fix for support newer linux kernel version (2.6.17)
Index: minik_dump.c
===================================================================
RCS file: /cvsroot/mkdump/mkexec/3.0/2.6/arch/x86_64/kernel/minik_dump.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** minik_dump.c 14 Feb 2006 05:50:28 -0000 1.2
--- minik_dump.c 22 Nov 2006 00:29:07 -0000 1.3
***************
*** 66,70 ****
}
}
! pgdat = pgdat_list;
i = 0;
if (avoid_pfn && avoid_pfn < pfn_pgdat(pgdat) + size_pgdat(pgdat)) {
--- 66,70 ----
}
}
! pgdat = first_pgdat();
i = 0;
if (avoid_pfn && avoid_pfn < pfn_pgdat(pgdat) + size_pgdat(pgdat)) {
|