Re: [PATCH 06/23] Add 970 highmem asm code

2009-07-08 Thread Alexander Graf
On 08.07.2009, at 06:30, Benjamin Herrenschmidt wrote: On Tue, 2009-07-07 at 16:17 +0200, Alexander Graf wrote: This is the of entry / exit code. In order to switch between host and guest context, we need to switch register state and call the exit code handler on exit. This assembly file

Re: [PATCH 06/23] Add 970 highmem asm code

2009-07-08 Thread Benjamin Herrenschmidt
On Wed, 2009-07-08 at 09:14 +0200, Alexander Graf wrote: arch/powerpc/include/asm/kvm_ppc.h |1 + .../... mh? Just a standard way to say I snipped some of the quote :-) Yeah, that should be definitely possible. While it's not really necessary it makes the code smaller, so it's

Re: [PATCH 06/23] Add 970 highmem asm code

2009-07-07 Thread Benjamin Herrenschmidt
On Tue, 2009-07-07 at 16:17 +0200, Alexander Graf wrote: This is the of entry / exit code. In order to switch between host and guest context, we need to switch register state and call the exit code handler on exit. This assembly file does exactly that. To finally enter the guest it calls