]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix ia64 and mips kernel builds due to XENHVM=>GENERIC integration in
authorJustin T. Gibbs <gibbs@FreeBSD.org>
Sun, 22 Sep 2013 02:46:13 +0000 (02:46 +0000)
committerJustin T. Gibbs <gibbs@FreeBSD.org>
Sun, 22 Sep 2013 02:46:13 +0000 (02:46 +0000)
commit255424ddb7c09d9bc1ba174e895c0098560651b5
treec3c884bae4eaa270db4fcbe1621554e68f4bed29
parent92984843199b63ce099b06d53c60fc93d9af6237
Fix ia64 and mips kernel builds due to XENHVM=>GENERIC integration in
revision 255744.

sys/kern/subr_smp.c:
IPI_SUSPEND is only available on amd64 and i386.  Protect
new uses of this constant with #ifdefs to avoid impacting
other platforms.

Approved by: re (blanket Xen)
sys/kern/subr_smp.c