[PATCH] KVM: PPC: elide struct thread_struct instances from stack
Marcelo Tosatti
mtosatti at redhat.com
Thu Jun 3 02:00:30 EST 2010
On Mon, May 31, 2010 at 09:59:13PM +0200, Andreas Schwab wrote:
> Instead of instantiating a whole thread_struct on the stack use only the
> required parts of it.
>
> Signed-off-by: Andreas Schwab <schwab at linux-m68k.org>
> Tested-by: Alexander Graf <agraf at suse.de>
> ---
> arch/powerpc/include/asm/kvm_fpu.h | 27 +++++----
> arch/powerpc/kernel/ppc_ksyms.c | 4 -
> arch/powerpc/kvm/book3s.c | 49 +++++++++-------
> arch/powerpc/kvm/book3s_paired_singles.c | 94 ++++++++++++------------------
> arch/powerpc/kvm/fpu.S | 18 ++++++
> 5 files changed, 97 insertions(+), 95 deletions(-)
Applied, thanks.
More information about the Linuxppc-dev
mailing list