* KVM breaking the ppc64_defconfig UP build
@ 2013-03-18 7:01 Michael Ellerman
0 siblings, 0 replies; only message in thread
From: Michael Ellerman @ 2013-03-18 7:01 UTC (permalink / raw)
To: linuxppc-dev, paulus, benh
Hi guys,
The ppc64_defconfig build with CONFIG_SMP=n (ie. UP) is broken by KVM:
arch/powerpc/kvm/book3s_hv.c:1855:2: error: implicit declaration of function 'inhibit_secondary_onlining'
arch/powerpc/kvm/book3s_hv.c:1862:2: error: implicit declaration of function 'uninhibit_secondary_onlining'
http://kisskb.ellerman.id.au/kisskb/buildresult/8400164/
The fix for that is fairly easy.
Once that's fixed there is breakage in arch/powerpc/kvm/book3s_hv_interrupts.S
caused by us calling smp_send_reschedule() to cause a self-IPI on 970.
It's not clear to me how we fix that one, any ideas?
cheers
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-18 7:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-18 7:01 KVM breaking the ppc64_defconfig UP build Michael Ellerman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).