Commit a8201c61 authored by David S. Miller's avatar David S. Miller

[SPARC64]: Fix comment typo in head.S

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bff06d55
......@@ -217,7 +217,7 @@ prom_boot_mapping_phys_low:
mov 7, %l3
stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 7
mov 1, %l3
stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 7
stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1
mov (1b - prom_map_name), %l3
sub %l0, %l3, %l3
stx %l3, [%sp + 2047 + 128 + 0x18] ! arg1: "map"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment