blob: 19a9af68bcdb10aef723068dc84413cc1677cac4 [file] [log] [blame]
#include <asm/tlbflush.h>
extern int restore_image(void);
int swsusp_arch_resume(void)
{
/* Avoid TLB mismatch during and after kernel resume */
local_flush_tlb_all();
return restore_image();
}