]> git.baikalelectronics.ru Git - kernel.git/commit
Move dirty logging code to sub-arch
authorAlexander Graf <agraf@suse.de>
Fri, 30 Oct 2009 05:47:01 +0000 (05:47 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 5 Nov 2009 05:49:51 +0000 (16:49 +1100)
commit2348285c5155d11b013f963a506e3d516f6edb38
tree25cddb4cf7ea84e5c53b4b6c6b8a8968514d4b9e
parentdbc5428bc261d86edc32da968c1d79403c6166b1
Move dirty logging code to sub-arch

PowerPC code handles dirty logging in the generic parts atm. While this
is great for "return -ENOTSUPP", we need to be rather target specific
when actually implementing it.

So let's split it to implementation specific code, so we can implement
it for book3s.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kvm/booke.c
arch/powerpc/kvm/powerpc.c