Searched hist:f7be4e754b61681467f873400cbaa42a013b8973 (Results 1 – 4 of 4) sorted by relevance
/linux/arch/mips/bcm63xx/ |
H A D | early_printk.c | diff f7be4e754b61681467f873400cbaa42a013b8973 Mon Feb 11 21:51:49 CET 2013 Aaro Koskinen <aaro.koskinen@iki.fi> MIPS: early_printk: drop __init annotations
We cannot use __init for earlyprintk code or data, since the kernel parameter "keep_bootcon" allows leaving the boot console enabled.
Currently MIPS will crash/hang/die if you use keep_bootcon. The patch fixes it at least on Lemote FuLoong mini-PC. Changes for other boards were done based on what I could find with grep...
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Patchwork: http://patchwork.linux-mips.org/patch/4935/ Signed-off-by: John Crispin <blogic@openwrt.org>
|
/linux/arch/mips/kernel/ |
H A D | early_printk.c | diff f7be4e754b61681467f873400cbaa42a013b8973 Mon Feb 11 21:51:49 CET 2013 Aaro Koskinen <aaro.koskinen@iki.fi> MIPS: early_printk: drop __init annotations
We cannot use __init for earlyprintk code or data, since the kernel parameter "keep_bootcon" allows leaving the boot console enabled.
Currently MIPS will crash/hang/die if you use keep_bootcon. The patch fixes it at least on Lemote FuLoong mini-PC. Changes for other boards were done based on what I could find with grep...
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Patchwork: http://patchwork.linux-mips.org/patch/4935/ Signed-off-by: John Crispin <blogic@openwrt.org>
|
/linux/arch/mips/sgi-ip27/ |
H A D | ip27-console.c | diff f7be4e754b61681467f873400cbaa42a013b8973 Mon Feb 11 21:51:49 CET 2013 Aaro Koskinen <aaro.koskinen@iki.fi> MIPS: early_printk: drop __init annotations
We cannot use __init for earlyprintk code or data, since the kernel parameter "keep_bootcon" allows leaving the boot console enabled.
Currently MIPS will crash/hang/die if you use keep_bootcon. The patch fixes it at least on Lemote FuLoong mini-PC. Changes for other boards were done based on what I could find with grep...
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Patchwork: http://patchwork.linux-mips.org/patch/4935/ Signed-off-by: John Crispin <blogic@openwrt.org>
|
/linux/arch/mips/txx9/generic/ |
H A D | setup.c | diff f7be4e754b61681467f873400cbaa42a013b8973 Mon Feb 11 21:51:49 CET 2013 Aaro Koskinen <aaro.koskinen@iki.fi> MIPS: early_printk: drop __init annotations
We cannot use __init for earlyprintk code or data, since the kernel parameter "keep_bootcon" allows leaving the boot console enabled.
Currently MIPS will crash/hang/die if you use keep_bootcon. The patch fixes it at least on Lemote FuLoong mini-PC. Changes for other boards were done based on what I could find with grep...
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Patchwork: http://patchwork.linux-mips.org/patch/4935/ Signed-off-by: John Crispin <blogic@openwrt.org>
|