9c1fcdccc7
If the early MMU mapping of the UART happens to get booted out of the TLB between the start of paging_init() and when we finally re-add the UART at the very end of s3c_init_cpu(), we'll get a hang at bootup if we've got early_printk enabled. Avoid this hang by calling debug_ll_io_init() early. Without this patch, you can reliably reproduce a hang when early printk is enabled by adding flush_tlb_all() at the start of exynos_init_io(). After this patch the hang goes away. Signed-off-by: Doug Anderson <dianders@chromium.org> Acked-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Olof Johansson <olof@lixom.net> |
||
---|---|---|
.. | ||
include/mach | ||
common.c | ||
common.h | ||
cpuidle.c | ||
dev-ahci.c | ||
dev-audio.c | ||
dev-ohci.c | ||
dev-uart.c | ||
dma.c | ||
exynos-smc.S | ||
firmware.c | ||
headsmp.S | ||
hotplug.c | ||
Kconfig | ||
mach-armlex4210.c | ||
mach-exynos4-dt.c | ||
mach-exynos5-dt.c | ||
mach-nuri.c | ||
mach-origen.c | ||
mach-smdk4x12.c | ||
mach-smdkv310.c | ||
mach-universal_c210.c | ||
Makefile | ||
Makefile.boot | ||
platsmp.c | ||
pm.c | ||
pm_domains.c | ||
pmu.c | ||
setup-fimc.c | ||
setup-fimd0.c | ||
setup-i2c0.c | ||
setup-i2c1.c | ||
setup-i2c2.c | ||
setup-i2c3.c | ||
setup-i2c4.c | ||
setup-i2c5.c | ||
setup-i2c6.c | ||
setup-i2c7.c | ||
setup-keypad.c | ||
setup-sdhci-gpio.c | ||
setup-spi.c | ||
setup-usb-phy.c | ||
smc.h |