projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
936c163
)
sh64: Fix up fallout from generic init_task conversion.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 24 May 2012 06:07:47 +0000
(15:07 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 24 May 2012 06:07:47 +0000
(15:07 +0900)
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>
arch/sh/kernel/process_64.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/process_64.c
b/arch/sh/kernel/process_64.c
index 4264583eabac52a292a4a3c79281b858020cd62d..602545b12a8678857c8752407be691a1bd511baa 100644
(file)
--- 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)
{