summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/process_64.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2012-05-24 15:07:47 +0900
committerPaul Mundt <lethal@linux-sh.org>2012-05-24 15:07:47 +0900
commit3a9485da969c1c23400430470db17c819ef51d7b (patch)
tree97d4746f9656b8f992b943cef40c053dc7ae8863 /arch/sh/kernel/process_64.c
parent936c163ab260b83b10d434715bf6bcd43b99d620 (diff)
downloadlinux-stable-3a9485da969c1c23400430470db17c819ef51d7b.tar.gz
linux-stable-3a9485da969c1c23400430470db17c819ef51d7b.tar.bz2
linux-stable-3a9485da969c1c23400430470db17c819ef51d7b.zip
sh64: Fix up fallout from generic init_task conversion.
In the generic init_task migration sh64 silently lost its fake_swapper_regs definition, resulting in link errors. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/process_64.c')
-rw-r--r--arch/sh/kernel/process_64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/process_64.c b/arch/sh/kernel/process_64.c
index 4264583eabac..602545b12a86 100644
--- a/arch/sh/kernel/process_64.c
+++ b/arch/sh/kernel/process_64.c
@@ -33,6 +33,7 @@
#include <asm/switch_to.h>
struct task_struct *last_task_used_math = NULL;
+struct pt_regs fake_swapper_regs = { 0, };
void show_regs(struct pt_regs *regs)
{