]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix build for o32 kernels.
authorneel <neel@FreeBSD.org>
Thu, 29 Jul 2010 05:14:59 +0000 (05:14 +0000)
committerneel <neel@FreeBSD.org>
Thu, 29 Jul 2010 05:14:59 +0000 (05:14 +0000)
commitdfc05702984f3f91fbe7038883b879250ef37885
treefae2605e298345d20e993a18210c62a9c52ac0fb
parentce09b77dffc110690f8cc8729e3ad2da62d90415
Fix build for o32 kernels.

The emulation of 'ld' and 'sd' instructions only works for ABIs that support
64-bit registers and the instructions 'ldl' and 'ldr' that operate on those
registers.

Reviewed by: jmallett
sys/mips/mips/trap.c