Skip to content

Commit bb5baaa

Browse files
committed
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fix from Catalin Marinas: "Fix recordmcount build failure on non-arm64 (caused by an arm64 patch)" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: recordmcount: Fix build failure on non arm64
2 parents 57b0779 + 3df1426 commit bb5baaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/recordmcount.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
#define R_ARM_THM_CALL 10
4343
#define R_ARM_CALL 28
4444

45+
#define R_AARCH64_CALL26 283
46+
4547
static int fd_map; /* File descriptor for file being modified. */
4648
static int mmap_failed; /* Boolean flag. */
4749
static char gpfx; /* prefix for global symbol name (sometimes '_') */

0 commit comments

Comments
 (0)