This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-i386 / suspend.h
index f63799f..2794a17 100644 (file)
@@ -9,9 +9,6 @@
 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;