Warning: This file is not a C or C++ file. It does not have highlighting.

1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _ASM_PPC_FPROBE_H
3#define _ASM_PPC_FPROBE_H
4
5#include <asm-generic/fprobe.h>
6
7#ifdef CONFIG_64BIT
8#undef FPROBE_HEADER_MSB_PATTERN
9#define FPROBE_HEADER_MSB_PATTERN (PAGE_OFFSET & ~FPROBE_HEADER_MSB_MASK)
10#endif
11
12#endif /* _ASM_PPC_FPROBE_H */
13

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of linux/arch/powerpc/include/asm/fprobe.h