aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
authorMark Brown <broonie@kernel.org>2026-05-29 17:54:37 +0100
committerMark Brown <broonie@kernel.org>2026-05-29 17:54:37 +0100
commitabe9aea29db876486fe215636f1070487d00a483 (patch)
tree9fcd9c8dfab125c833139d17a7238593439481a6 /arch
parent76dc299c2ef007e68114b956abec0bc21777b2d9 (diff)
parent45e5bdce48ad8714cdfdeecf93d7ae8f3ec34bfa (diff)
downloadlinux-next-history-abe9aea29db876486fe215636f1070487d00a483.tar.gz
Merge branch 'mm-nonmm-unstable' of https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Diffstat (limited to 'arch')
-rw-r--r--arch/sparc/include/asm/asm-prototypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/asm-prototypes.h b/arch/sparc/include/asm/asm-prototypes.h
index bbd1a8afaabf8..270c51017212a 100644
--- a/arch/sparc/include/asm/asm-prototypes.h
+++ b/arch/sparc/include/asm/asm-prototypes.h
@@ -25,6 +25,7 @@ void *memcpy(void *dest, const void *src, size_t n);
void *memset(void *s, int c, size_t n);
typedef int TItype __attribute__((mode(TI)));
TItype __multi3(TItype a, TItype b);
+void _mcount(void);
s64 __ashldi3(s64, int);
s64 __lshrdi3(s64, int);