sparc64: Start commonizing code common between SABRE and PSYCHO.
authorDavid S. Miller <davem@davemloft.net>
Wed, 10 Sep 2008 10:07:03 +0000 (03:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Sep 2008 06:11:56 +0000 (23:11 -0700)
commita21cff3e5e39c087b5a4c5efb20f1744475c556e
tree1438e43c4d7b2d4042f074afc887fe2e7c30e7ad
parent22fecbae4446ad470b9237ee9b79f80f343b3838
sparc64: Start commonizing code common between SABRE and PSYCHO.

These are very similar chips, in fact they are identical in some
macro blocks.

So start commonizing code which they can share.  We begin with
the IOMMU initialization sequence.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/Makefile
arch/sparc64/kernel/pci_psycho.c
arch/sparc64/kernel/pci_sabre.c
arch/sparc64/kernel/psycho_common.c [new file with mode: 0644]
arch/sparc64/kernel/psycho_common.h [new file with mode: 0644]