X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-i386%2Fsuspend.h;h=f63799f2d2f9bb1d155f30f83d919d6e954ec9de;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=2794a173f64d451291993bb0b078a152b0581732;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-i386/suspend.h b/include/asm-i386/suspend.h index 2794a173f..f63799f2d 100644 --- a/include/asm-i386/suspend.h +++ b/include/asm-i386/suspend.h @@ -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;