Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch/pmax/stand/common
> > > --- locore_mips1.S 8 Nov 2010 18:09:38 -0000 1.68
> > > +++ locore_mips1.S 25 Nov 2010 14:15:39 -0000
> > > @@ -418,7 +418,7 @@ NESTED_NOPROFILE(mips1_SystemCall, CALLF
> > > sw a3, FRAME_A3(k1)
> > > lw a0, CPUVAR(CURLWP) # 1st arg is curlwp
> > > mfhi v1
> > > - #sw t0, FRAME_T0(k1) # no need to save temp
> > > regs
> > > + sw t0, FRAME_T0(k1) # no need to save temp
> > > regs
> >
> > Yeah, it works with 201011170000Z snapshot binaries. Thanks.
> >
> > But should we rather fix syscall stubs?
>
> if the above is necessary for old binaries then it needs to be
> done. we should fix the syscall stubs, for sure... but we may
> need the above as well.
The problem is old (pre mips64 merge) binaries work without patch
but newer binaries don't, i.e. only newer ones require the above patch.
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index