KVM: PPC: elide struct thread_struct instances from stack
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 31 May 2010 19:59:13 +0000 (21:59 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 1 Aug 2010 07:39:24 +0000 (10:39 +0300)
Instead of instantiating a whole thread_struct on the stack use only the
required parts of it.

Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
Tested-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>

No differences found