mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
sparc: add _mcount() prototype
sparc64 defconfig told me WARNING: modpost: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned. Is "_mcount" prototyped in <asm/asm-prototypes.h>? so I added it. Cc: David S. Miller <davem@davemloft.net> Cc: Andreas Larsson <andreas@gaisler.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Reviewed-by: Andreas Larsson <andreas@gaisler.com> Tested-by: Andreas Larsson <andreas@gaisler.com> Signed-off-by: Andreas Larsson <andreas@gaisler.com>
This commit is contained in:
parent
5b0eee4cd8
commit
1919c0e500
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user