Re: [PATCH 5/5] swsusp: Use GFP_KERNEL for creating basic data structures

2007-03-20 Thread Pavel Machek
Hi! > From: Rafael J. Wysocki <[EMAIL PROTECTED]> > > Make swsusp call create_basic_memory_bitmaps() before processes are frozen, > so that GFP_KERNEL allocations can be made in it. Additionally, ensure > that the swsusp's userland interface won't be used while either > pm_suspend_disk() or soft

[PATCH 5/5] swsusp: Use GFP_KERNEL for creating basic data structures

2007-03-20 Thread Rafael J. Wysocki
From: Rafael J. Wysocki <[EMAIL PROTECTED]> Make swsusp call create_basic_memory_bitmaps() before processes are frozen, so that GFP_KERNEL allocations can be made in it. Additionally, ensure that the swsusp's userland interface won't be used while either pm_suspend_disk() or software_resume() is