[SPARC64]: Fix comment typo in head.S

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2005-09-22 20:31:29 -07:00
Родитель bff06d5522
Коммит a8201c6106
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -217,7 +217,7 @@ prom_boot_mapping_phys_low:
mov 7, %l3 mov 7, %l3
stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 7 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 7
mov 1, %l3 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 mov (1b - prom_map_name), %l3
sub %l0, %l3, %l3 sub %l0, %l3, %l3
stx %l3, [%sp + 2047 + 128 + 0x18] ! arg1: "map" stx %l3, [%sp + 2047 + 128 + 0x18] ! arg1: "map"