search for: xen_callback_vector

Displaying 4 results from an estimated 4 matches for "xen_callback_vector".

2013 Jun 26
1
linux-next: Tree for Jun 26 (xen/x86)
On 06/26/13 01:06, Stephen Rothwell wrote: > Hi all, > > Changes since 20130625: > CONFIG_SMP is not set CONFIG_X86_UP_APIC is not set on i386: drivers/built-in.o: In function `xen_callback_vector': (.text+0x1dc3cb): undefined reference to `first_system_vector' drivers/built-in.o: In function `xen_callback_vector': (.text+0x1dc3f5): undefined reference to `first_system_vector' -- ~Randy
2013 Jun 26
1
linux-next: Tree for Jun 26 (xen/x86)
On 06/26/13 01:06, Stephen Rothwell wrote: > Hi all, > > Changes since 20130625: > CONFIG_SMP is not set CONFIG_X86_UP_APIC is not set on i386: drivers/built-in.o: In function `xen_callback_vector': (.text+0x1dc3cb): undefined reference to `first_system_vector' drivers/built-in.o: In function `xen_callback_vector': (.text+0x1dc3f5): undefined reference to `first_system_vector' -- ~Randy
2013 Jun 26
1
linux-next: Tree for Jun 26 (xen/x86)
On 06/26/13 01:06, Stephen Rothwell wrote: > Hi all, > > Changes since 20130625: > CONFIG_SMP is not set CONFIG_X86_UP_APIC is not set on i386: drivers/built-in.o: In function `xen_callback_vector': (.text+0x1dc3cb): undefined reference to `first_system_vector' drivers/built-in.o: In function `xen_callback_vector': (.text+0x1dc3f5): undefined reference to `first_system_vector' -- ~Randy
2012 Oct 04
49
[RFC 00/14] arm: implement ballooning and privcmd foreign mappings based on x86 PVH
This series implements ballooning for Xen on ARM and builds and Mukesh''s PVH privcmd stuff to implement foreign page mapping on ARM, replacing the old "HACK: initial (very hacky) XENMAPSPACE_gmfn_foreign" patch. The baseline is a bit complex, it is basically Stefano''s xenarm-forlinus branch (commit bbd6eb29214e) merged with Konrad''s linux-next-pvh branch