Skip to content

Commit 6f3377b

Browse files
xiaochuan maotsbogend
authored andcommitted
mips/bootinfo:correct some comments of fw_arg
from arch/mips/kernel/head.S we know that use a0~a3 for fw_arg0~fw_arg3 there is some code from head.S: LONG_S a0, fw_arg0 # firmware arguments LONG_S a1, fw_arg1 LONG_S a2, fw_arg2 LONG_S a3, fw_arg3 Signed-off-by: xiaochuan mao <maoxiaochuan@loongson.cn> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent c1d337d commit 6f3377b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/mips/include/asm/bootinfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ extern void (*free_init_pages_eva)(void *begin, void *end);
107107
extern char arcs_cmdline[COMMAND_LINE_SIZE];
108108

109109
/*
110-
* Registers a0, a1, a3 and a4 as passed to the kernel entry by firmware
110+
* Registers a0, a1, a2 and a3 as passed to the kernel entry by firmware
111111
*/
112112
extern unsigned long fw_arg0, fw_arg1, fw_arg2, fw_arg3;
113113

0 commit comments

Comments
 (0)