]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ppc32: Allow ERPN for early serial to depend on CPU type
authorRoland Dreier <rolandd@cisco.com>
Mon, 7 Nov 2005 08:58:11 +0000 (00:58 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 7 Nov 2005 15:53:26 +0000 (07:53 -0800)
commiteb7d32feee9c7f27f479e1cac3a37ee15a08a43f
tree8da8cac96f2ca884039e31cd6ff9d00e21cc2aea
parent86f877b0153c665376f4abafaf31aa264df3d0e9
[PATCH] ppc32: Allow ERPN for early serial to depend on CPU type

The PowerPC 440SPe supports up to 16 GB of RAM, and therefore its IO registers
are at 0x4_xxxx_xxxx instead of being at 0x1_xxxx_xxxx like most other PPC 440
chips.  To allow for this, this patch moves the definition of the ERPN used
for mapping UART0 from being hard-coded in the head_44x.S assembly code to
being defined in ibm44x.h.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Matt Porter <mporter@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc/kernel/head_44x.S
include/asm-ppc/ibm44x.h