aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/include
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-01-09 18:34:14 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-11-30 16:11:46 +0100
commit67588bdade302b9c26e00f6a2ceaccaf8fd98fba (patch)
tree03e2f84a469d35856c078d7e0c49427144f4863b /arch/mips/include
parent924ad86638705fe37db98812f355260669f0f043 (diff)
downloadu-boot-67588bdade302b9c26e00f6a2ceaccaf8fd98fba.zip
u-boot-67588bdade302b9c26e00f6a2ceaccaf8fd98fba.tar.gz
u-boot-67588bdade302b9c26e00f6a2ceaccaf8fd98fba.tar.bz2
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 <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips/include')
-rw-r--r--arch/mips/include/asm/asm-offsets.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/include/asm/asm-offsets.h b/arch/mips/include/asm/asm-offsets.h
new file mode 100644
index 0000000..5352b1c
--- /dev/null
+++ b/arch/mips/include/asm/asm-offsets.h
@@ -0,0 +1,5 @@
+/*
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#include <generated/asm-offsets.h>