From 67588bdade302b9c26e00f6a2ceaccaf8fd98fba Mon Sep 17 00:00:00 2001 From: Daniel Schwierzeck Date: Sat, 9 Jan 2016 18:34:14 +0100 Subject: MIPS: add asm-offsets for struct pt_regs Import asm-offsets.c from kernel to generate offset for struct pt_regs needed by exception handlers. Signed-off-by: Daniel Schwierzeck --- arch/mips/include/asm/asm-offsets.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 arch/mips/include/asm/asm-offsets.h (limited to 'arch/mips/include/asm/asm-offsets.h') diff --git a/arch/mips/include/asm/asm-offsets.h b/arch/mips/include/asm/asm-offsets.h new file mode 100644 index 0000000000..5352b1cd38 --- /dev/null +++ b/arch/mips/include/asm/asm-offsets.h @@ -0,0 +1,5 @@ +/* + * SPDX-License-Identifier: GPL-2.0+ + */ + +#include -- cgit