1 /* SPDX-License-Identifier: GPL-2.0 */
4 #include <linux/export.h>
5 #include <linux/linkage.h>
8 * unsigned long native_save_fl(void)
10 .pushsection .noinstr.text, "ax"
11 SYM_FUNC_START(native_save_fl)
15 SYM_FUNC_END(native_save_fl)
17 EXPORT_SYMBOL(native_save_fl)