diff options
Diffstat (limited to 'kernel/power/swsusp.c')
-rw-r--r-- | kernel/power/swsusp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/power/swsusp.c b/kernel/power/swsusp.c index 53f9f8720ee4..339b5c3735bd 100644 --- a/kernel/power/swsusp.c +++ b/kernel/power/swsusp.c | |||
@@ -1193,8 +1193,10 @@ static const char * sanity_check(void) | |||
1193 | return "version"; | 1193 | return "version"; |
1194 | if (strcmp(swsusp_info.uts.machine,system_utsname.machine)) | 1194 | if (strcmp(swsusp_info.uts.machine,system_utsname.machine)) |
1195 | return "machine"; | 1195 | return "machine"; |
1196 | #if 0 | ||
1196 | if(swsusp_info.cpus != num_online_cpus()) | 1197 | if(swsusp_info.cpus != num_online_cpus()) |
1197 | return "number of cpus"; | 1198 | return "number of cpus"; |
1199 | #endif | ||
1198 | return NULL; | 1200 | return NULL; |
1199 | } | 1201 | } |
1200 | 1202 | ||