From: Itsuro O. <od...@us...> - 2006-03-09 23:48:05
|
Update of /cvsroot/mkdump/mkexec/3.0/2.6/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6993/kernel Modified Files: mkexec_main.c Log Message: - remove debug print - remove "noapic irqpoll" for V1, V3 Index: mkexec_main.c =================================================================== RCS file: /cvsroot/mkdump/mkexec/3.0/2.6/kernel/mkexec_main.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mkexec_main.c 14 Feb 2006 05:50:28 -0000 1.2 --- mkexec_main.c 9 Mar 2006 23:47:58 -0000 1.3 *************** *** 135,139 **** cp->num_pages = 0; ! #if 1 cp = (struct copy_pages *)(__va(kimage->swap_page_addr) + PAGE_SIZE); while (1) { --- 135,139 ---- cp->num_pages = 0; ! #if 0 cp = (struct copy_pages *)(__va(kimage->swap_page_addr) + PAGE_SIZE); while (1) { |