|
@@ -64,14 +64,6 @@ unsigned long image_size = 500 * 1024 * 1024;
|
|
|
|
|
|
int in_suspend __nosavedata = 0;
|
|
int in_suspend __nosavedata = 0;
|
|
|
|
|
|
-#ifdef CONFIG_HIGHMEM
|
|
|
|
-unsigned int count_highmem_pages(void);
|
|
|
|
-int restore_highmem(void);
|
|
|
|
-#else
|
|
|
|
-static inline int restore_highmem(void) { return 0; }
|
|
|
|
-static inline unsigned int count_highmem_pages(void) { return 0; }
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* The following functions are used for tracing the allocated
|
|
* The following functions are used for tracing the allocated
|
|
* swap pages, so that they can be freed in case of an error.
|
|
* swap pages, so that they can be freed in case of an error.
|