![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0 0002 #include <asm/tlbflush.h> 0003 0004 extern int restore_image(void); 0005 0006 int swsusp_arch_resume(void) 0007 { 0008 /* Avoid TLB mismatch during and after kernel resume */ 0009 local_flush_tlb_all(); 0010 return restore_image(); 0011 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |