aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2005-09-22 23:31:29 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2005-09-22 23:31:29 -0400
commita8201c61065f3b5a4fe2fde1db1c817e288916be (patch)
tree90dbf2a6440621437db31f7d8060882c0f2866c5 /arch/sparc64
parentbff06d552240ba7f5b49482a4865871d7bc03dc2 (diff)
[SPARC64]: Fix comment typo in head.S
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64')
-rw-r--r--arch/sparc64/kernel/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/kernel/head.S b/arch/sparc64/kernel/head.S
index 8b83520e4272..56af714f5f1b 100644
--- a/arch/sparc64/kernel/head.S
+++ b/arch/sparc64/kernel/head.S
@@ -217,7 +217,7 @@ prom_boot_mapping_phys_low:
217 mov 7, %l3 217 mov 7, %l3
218 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 7 218 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 7
219 mov 1, %l3 219 mov 1, %l3
220 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 7 220 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1
221 mov (1b - prom_map_name), %l3 221 mov (1b - prom_map_name), %l3
222 sub %l0, %l3, %l3 222 sub %l0, %l3, %l3
223 stx %l3, [%sp + 2047 + 128 + 0x18] ! arg1: "map" 223 stx %l3, [%sp + 2047 + 128 + 0x18] ! arg1: "map"