1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * Copyright 2018, Michael Ellerman, IBM Corporation.
5 #ifndef _ASM_POWERPC_CODE_PATCHING_ASM_H
6 #define _ASM_POWERPC_CODE_PATCHING_ASM_H
8 /* Define a "site" that can be patched */
9 .macro patch_site label name
10 .pushsection
".rodata"
18 #endif /* _ASM_POWERPC_CODE_PATCHING_ASM_H */