]> git.baikalelectronics.ru Git - kernel.git/commit
Add book3s.c
authorAlexander Graf <agraf@suse.de>
Fri, 30 Oct 2009 05:47:10 +0000 (05:47 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 5 Nov 2009 05:49:54 +0000 (16:49 +1100)
commit6ad5eedf37a11ff503b75e35df469c7c0372058b
treec4f0cf8e2c8852c17fe6d28f445b2a7468135e7b
parent3ebe22fd17da6827a60c8da867fe33a33d0ba973
Add book3s.c

This adds the book3s core handling file. Here everything that is generic to
desktop PowerPC cores is handled, including interrupt injections, MSR settings,
etc.

It basically takes over the same role as booke.c for embedded PowerPCs.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kvm/book3s.c [new file with mode: 0644]