mirror of
https://github.com/torvalds/linux.git
synced 2025-11-05 11:10:22 +02:00
avr32 builds fail with:
arch/avr32/kernel/built-in.o: In function `arch_ptrace':
(.text+0x650): undefined reference to `___copy_from_user'
arch/avr32/kernel/built-in.o:(___ksymtab+___copy_from_user+0x0): undefined
reference to `___copy_from_user'
kernel/built-in.o: In function `proc_doulongvec_ms_jiffies_minmax':
(.text+0x5dd8): undefined reference to `___copy_from_user'
kernel/built-in.o: In function `proc_dointvec_minmax_sysadmin':
sysctl.c:(.text+0x6174): undefined reference to `___copy_from_user'
kernel/built-in.o: In function `ptrace_has_cap':
ptrace.c:(.text+0x69c0): undefined reference to `___copy_from_user'
kernel/built-in.o:ptrace.c:(.text+0x6b90): more undefined references to
`___copy_from_user' follow
Fixes:
|
||
|---|---|---|
| .. | ||
| __avr32_asr64.S | ||
| __avr32_lsl64.S | ||
| __avr32_lsr64.S | ||
| clear_user.S | ||
| copy_user.S | ||
| csum_partial.S | ||
| csum_partial_copy_generic.S | ||
| delay.c | ||
| findbit.S | ||
| io-readsb.S | ||
| io-readsl.S | ||
| io-readsw.S | ||
| io-writesb.S | ||
| io-writesl.S | ||
| io-writesw.S | ||
| Makefile | ||
| memcpy.S | ||
| memset.S | ||
| strncpy_from_user.S | ||
| strnlen_user.S | ||