You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[POWERPC] Remove cmd_line from head*.S
It is just a C char array, so declare it thusly. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
committed by
Paul Mackerras
parent
7b2c3c5b1d
commit
19a8d97d89
@@ -1540,11 +1540,3 @@ empty_zero_page:
|
||||
.globl swapper_pg_dir
|
||||
swapper_pg_dir:
|
||||
.space PAGE_SIZE
|
||||
|
||||
/*
|
||||
* This space gets a copy of optional info passed to us by the bootstrap
|
||||
* Used to pass parameters into the kernel like root=/dev/sda1, etc.
|
||||
*/
|
||||
.globl cmd_line
|
||||
cmd_line:
|
||||
.space COMMAND_LINE_SIZE
|
||||
|
||||
Reference in New Issue
Block a user