mirror of
https://github.com/torvalds/linux.git
synced 2025-11-10 13:40:57 +02:00
The get_thread_reg function is defined in the user code, and is
called by the kernel code. It should be declared in a shared header.
Fixes:
|
||
|---|---|---|
| .. | ||
| archsetjmp.h | ||
| archsetjmp_32.h | ||
| archsetjmp_64.h | ||
| faultinfo.h | ||
| faultinfo_32.h | ||
| faultinfo_64.h | ||
| kernel-offsets.h | ||
| mcontext.h | ||
| ptrace.h | ||
| ptrace_32.h | ||
| ptrace_64.h | ||
| ptrace_user.h | ||
| stub.h | ||
| stub_32.h | ||
| stub_64.h | ||
| syscalls.h | ||
| syscalls_32.h | ||
| syscalls_64.h | ||
| tls.h | ||