powerpc: Split ICSWX ACOP and PID processing
authorJimi Xenidis <jimix@pobox.com>
Thu, 29 Sep 2011 10:55:12 +0000 (10:55 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 25 Nov 2011 03:11:27 +0000 (14:11 +1100)
commit9d670280908013004f173b2b86414d9b6918511b
treebd7a7483ae7455cb481c72df907a3b4362e121c2
parent5182a131ddf988fe4f5cef9964dbfb64a188b0c3
powerpc: Split ICSWX ACOP and PID processing

Some processors, like embedded, that already have a PID register that
is managed by the system.  This patch separates the ACOP and PID
processing into separate files so that the ACOP code can be shared.

Signed-off-by: Jimi Xenidis <jimix@pobox.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/mm/Makefile
arch/powerpc/mm/icswx.c [new file with mode: 0644]
arch/powerpc/mm/icswx.h [new file with mode: 0644]
arch/powerpc/mm/icswx_pid.c [new file with mode: 0644]
arch/powerpc/mm/mmu_context_hash64.c
arch/powerpc/platforms/Kconfig.cputype