Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 
0003 #ifndef _ASM_S390_TEXT_PATCHING_H
0004 #define _ASM_S390_TEXT_PATCHING_H
0005 
0006 #include <asm/barrier.h>
0007 
0008 static __always_inline void sync_core(void)
0009 {
0010     bcr_serialize();
0011 }
0012 
0013 void text_poke_sync(void);
0014 void text_poke_sync_lock(void);
0015 
0016 #endif /* _ASM_S390_TEXT_PATCHING_H */