Revert "swsusp special saveable pages support" commits
This reverts commits3e3318dee0[PATCH] swsusp: x86_64 mark special saveable/unsaveable pagesb6370d96e0[PATCH] swsusp: i386 mark special saveable/unsaveable pagesce4ab0012b[PATCH] swsusp: add architecture special saveable pages support because not only do they apparently cause page faults on x86, the infrastructure doesn't compile on powerpc. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
5503967307
commit
3448097fcc
6 changed files with 18 additions and 318 deletions
|
|
@ -71,7 +71,6 @@ struct saved_context;
|
|||
void __save_processor_state(struct saved_context *ctxt);
|
||||
void __restore_processor_state(struct saved_context *ctxt);
|
||||
unsigned long get_safe_page(gfp_t gfp_mask);
|
||||
int swsusp_add_arch_pages(unsigned long start, unsigned long end);
|
||||
|
||||
/*
|
||||
* XXX: We try to keep some more pages free so that I/O operations succeed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue