Hi, On Mon, 2005-03-07 at 19:01, Stefan Seyfried wrote: > Andrew Morton wrote: > > Pavel Machek <[EMAIL PROTECTED]> wrote: > > >> Okay, that is because low-level assembly requires PSE (4mb pages for > >> kernel) and DEBUG_PAGEALLOC disables that capability. > >> > >> If you feel like rewriting assembly code to turn off paging (and thus > >> working with PSE), go ahead, but I do not think it is worth the > >> trouble. > >> > >> OTOH we should at least tell people what went wrong, some people seen > >> same problem on VIA cpus... Please apply, > >> > > > > Isn't some Kconfig solution appropriate here? > > Yes, but only for the CONFIG_DEBUG_PAGEALLOC case, it does not solve the > "cpu has no PSE" case for VIA CPUs. So the Kconfig solution is an extra > bonus.
Yeah - separate issues. Suspend2 has worked with CONFIG_DEBUG_PAGEALLOC. You just have to map in all the pages before doing the atomic copies. Regards, Nigel -- Nigel Cunningham Software Engineer, Canberra, Australia http://www.cyclades.com Bus: +61 (2) 6291 9554; Hme: +61 (2) 6292 8028; Mob: +61 (417) 100 574 Maintainer of Suspend2 Kernel Patches http://softwaresuspend.berlios.de - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

