projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21f8b2f
)
powerpc/prom_init: Remove leftover comment
author
Fabiano Rosas
<farosas@linux.ibm.com>
Tue, 24 Mar 2020 18:29:12 +0000
(15:29 -0300)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Wed, 25 Mar 2020 10:15:01 +0000
(21:15 +1100)
The if statement that this comment referred to was removed in
commit
11fdb309341c
("powerpc/prom_init: Remove support for OPAL v2").
Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link:
https://lore.kernel.org/r/20200324182912.1048906-1-farosas@linux.ibm.com
arch/powerpc/kernel/prom_init.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/kernel/prom_init.c
b/arch/powerpc/kernel/prom_init.c
index
673f13b
..
806be75
100644
(file)
--- a/
arch/powerpc/kernel/prom_init.c
+++ b/
arch/powerpc/kernel/prom_init.c
@@
-3477,7
+3477,6
@@
unsigned long __init prom_init(unsigned long r3, unsigned long r4,
*/
hdr = dt_header_start;
- /* Don't print anything after quiesce under OPAL, it crashes OFW */
prom_printf("Booting Linux via __start() @ 0x%lx ...\n", kbase);
prom_debug("->dt_header_start=0x%lx\n", hdr);