mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-08 12:14:47 +00:00
Don't bother with pointless macros - we are not sharing it with aout coredumps
anymore. Just convert the underlying functions to the same arguments (nobody
uses regs, actually) and call them elf_core_copy_task_fpregs(). And unexport
the entire bunch, while we are at it.
[added missing includes in arch/{csky,m68k,um}/kernel/process.c to avoid extra
warnings about the lack of externs getting added to huge piles for those
files. Pointless, but...]
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
||
|---|---|---|
| .. | ||
| apic.h | ||
| arch_hweight.h | ||
| archparam.h | ||
| barrier.h | ||
| checksum_32.h | ||
| checksum_64.h | ||
| checksum.h | ||
| desc.h | ||
| elf.h | ||
| irq_vectors.h | ||
| mm_context.h | ||
| module.h | ||
| processor_32.h | ||
| processor_64.h | ||
| processor.h | ||
| ptrace.h | ||
| required-features.h | ||
| segment.h | ||
| syscall.h | ||
| vm-flags.h | ||