arm: add useful headers from the Linux kernelWe're going to need PSR bit defines and pt_regs. We'll also needpt_regs offsets in assembly code. This patch adapts the Linuxkernel's ptrace.h and gen
arm: add useful headers from the Linux kernelWe're going to need PSR bit defines and pt_regs. We'll also needpt_regs offsets in assembly code. This patch adapts the Linuxkernel's ptrace.h and generated/asm-offsets.h to this framework.It also adapts cp15.h from the kernel, since we'll need bit definesfrom there too.Signed-off-by: Andrew Jones <drjones@redhat.com>Acked-by: Christoffer Dall <christoffer.dall@linaro.org>---v4: much improved asm-offsets.h generation based on Kbuild
show more ...