aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2009-06-22 04:55:40 -0400
committerMichal Simek <monstr@monstr.eu>2009-07-27 01:39:54 -0400
commita69cb8c4662dd0a7b01b32a9165b1a1697068f19 (patch)
tree9d2be899406aa2bd5ad439c6835283714ec7e25d /arch/microblaze
parent74510f2a2751ed56b5ab099b2e3b7697b91aa77e (diff)
microblaze: Not to clear r7 after copying DTB to kernel
I can't clear r7 because if I do it I lose information where DTB come from. Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/kernel/head.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/head.S b/arch/microblaze/kernel/head.S
index 815bcaae99c3..3c4d4a2803e2 100644
--- a/arch/microblaze/kernel/head.S
+++ b/arch/microblaze/kernel/head.S
@@ -73,7 +73,6 @@ _copy_fdt:
73 bgtid r3, _copy_fdt /* loop for all entries */ 73 bgtid r3, _copy_fdt /* loop for all entries */
74 addik r3, r3, -4 /* descrement loop */ 74 addik r3, r3, -4 /* descrement loop */
75no_fdt_arg: 75no_fdt_arg:
76 add r7, r0, r0 /* Clear r7, just to be sure */
77 76
78#ifdef CONFIG_MMU 77#ifdef CONFIG_MMU
79 78