aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Ospite <ao2@ao2.it>2014-06-04 08:03:44 -0400
committerMichal Simek <michal.simek@xilinx.com>2014-06-05 07:02:02 -0400
commit225fba216261b0e24273f5f4eee504e3c7bd0255 (patch)
treef3308aba939ac6a0df9cf8b3bf4a3fab1d6de84b
parent8c770db925c0695af63f67161668df1dcfbe7172 (diff)
microblaze: Fix typo in head.S s/substract/subtract/
Signed-off-by: Antonio Ospite <ao2@ao2.it> Cc: Michal Simek <monstr@monstr.eu> Cc: "Edgar E. Iglesias" <edgar.iglesias@gmail.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r--arch/microblaze/kernel/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/head.S b/arch/microblaze/kernel/head.S
index 17645b2e2f07..4655ff342c64 100644
--- a/arch/microblaze/kernel/head.S
+++ b/arch/microblaze/kernel/head.S
@@ -205,7 +205,7 @@ GT4: /* r11 contains the rest - will be either 1 or 4 */
205GT16: /* TLB0 is 16MB */ 205GT16: /* TLB0 is 16MB */
206 addik r9, r0, 0x1000000 /* means TLB0 is 16MB */ 206 addik r9, r0, 0x1000000 /* means TLB0 is 16MB */
207TLB1: 207TLB1:
208 /* must be used r2 because of substract if failed */ 208 /* must be used r2 because of subtract if failed */
209 addik r2, r11, -0x0400000 209 addik r2, r11, -0x0400000
210 bgei r2, GT20 /* size is greater than 16MB */ 210 bgei r2, GT20 /* size is greater than 16MB */
211 /* size is >16MB and <20MB */ 211 /* size is >16MB and <20MB */