Re: svn commit: r210596 - head/sys/mips/mips

2010-07-28 Thread Juli Mallett
On Wed, Jul 28, 2010 at 22:14, Neel Natu wrote: > Log: >  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. Thanks, Neel! ___

svn commit: r210596 - head/sys/mips/mips

2010-07-28 Thread Neel Natu
Author: neel Date: Thu Jul 29 05:14:59 2010 New Revision: 210596 URL: http://svn.freebsd.org/changeset/base/210596 Log: 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 operat