vserver 1.9.5.x5
[linux-2.6.git] / include / asm-i386 / suspend.h
index 2794a17..f63799f 100644 (file)
@@ -9,6 +9,9 @@
 static inline int
 arch_prepare_suspend(void)
 {
+       /* If you want to make non-PSE machine work, turn off paging
+           in do_magic. swsusp_pg_dir should have identity mapping, so
+           it could work...  */
        if (!cpu_has_pse)
                return -EPERM;
        return 0;