]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Fix boot problem due to AT_BASE_PLATFORM change
authorNathan Lynch <ntl@pobox.com>
Fri, 25 Jul 2008 22:50:30 +0000 (17:50 -0500)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 25 Jul 2008 23:02:43 +0000 (09:02 +1000)
commit56c5269cc85e21090676d85678ab83f6bbf30063
treeef4df27e7e633660498a29583986309aebd494f5
parent6ba79d7abdcffbacccd9c5c9a5408911ed6940b4
powerpc: Fix boot problem due to AT_BASE_PLATFORM change

Commit 715386dd74e15f343c08aca6e6e212a22691875f ("powerpc: Enable
AT_BASE_PLATFORM aux vector") broke boot on 32-bit powerpc systems; we
have to use PTRRELOC to initialize powerpc_base_platform this early in
boot.

Bug reported by Jon Smirl.

Signed-off-by: Nathan Lynch <ntl@pobox.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/cputable.c