mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 08:02:07 +00:00
8f7aa77a46
vgabios is passed from firmware to kernel on Loongson64 systems.
Sane firmware will keep this pointer in reserved memory space
passed from the firmware but insane firmware keeps it in low
memory before kernel entry that is not reserved.
Previously kernel won't try to allocate memory from low memory
before kernel entry on boot, but after converting to memblock
it will do that.
Fix by resversing those memory on early boot.
Cc: stable@vger.kernel.org
Fixes:
|
||
---|---|---|
.. | ||
boardinfo.c | ||
cop2-ex.c | ||
cpucfg-emul.c | ||
dma.c | ||
env.c | ||
hpet.c | ||
init.c | ||
Kconfig | ||
Makefile | ||
numa.c | ||
Platform | ||
pm.c | ||
reset.c | ||
setup.c | ||
smp.c | ||
smp.h | ||
time.c | ||
vbios_quirk.c |