]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix build for o32 kernels.
authorNeel Natu <neel@FreeBSD.org>
Thu, 29 Jul 2010 05:14:59 +0000 (05:14 +0000)
committerNeel Natu <neel@FreeBSD.org>
Thu, 29 Jul 2010 05:14:59 +0000 (05:14 +0000)
commit2a3232d9d66ef0afc0a1d392adab6376b3daf651
treefae2605e298345d20e993a18210c62a9c52ac0fb
parent864ec37f3973f0c2e26c8ddc9de7506a8aa7e707
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