1 /* SPDX-License-Identifier: GPL-2.0 */
5 #include <linux/linkage.h>
10 /* ??? Would be nice to use .gprel32 here, but we can't be sure that the
11 function loaded the GP, so this could fail in modules. */
13 __asm__ __volatile__( \
14 "call_pal %0 # bugchk\n\t" \
15 ".long %1\n\t.8byte %2" \
16 : : "i"(PAL_bugchk), "i"(__LINE__), "i"(__FILE__)); \
23 #include <asm-generic/bug.h>