Re: CVS commit: src/sys/arch/mips/include

2015-05-02 Thread Christos Zoulas
On May 2, 7:33am, m...@3am-software.com (Matt Thomas) wrote: -- Subject: Re: CVS commit: src/sys/arch/mips/include | Not all ABIs run on all CPU architectures. N32/N64 are 64-bit only | so you can exclude all MIPS32 and MIPS1/MIPS2 cpus. | | The ABI for the kernel must be the same as the ABI

Re: CVS commit: src/sys/arch/mips/include

2015-05-02 Thread Matt Thomas
> On May 2, 2015, at 4:52 AM, Christos Zoulas wrote: > > On May 1, 1:46pm, m...@3am-software.com (Matt Thomas) wrote: > -- Subject: Re: CVS commit: src/sys/arch/mips/include > > | > | > On May 1, 2015, at 11:37 AM, Christos Zoulas wrote: > | > > | > Modu

Re: CVS commit: src/sys/arch/mips/include

2015-05-02 Thread Christos Zoulas
On May 1, 1:46pm, m...@3am-software.com (Matt Thomas) wrote: -- Subject: Re: CVS commit: src/sys/arch/mips/include | | > On May 1, 2015, at 11:37 AM, Christos Zoulas wrote: | > | > Module Name:src | > Committed By: christos | > Date: Fri May 1 18

re: CVS commit: src/sys/arch/mips/include

2015-05-01 Thread matthew green
> >> If reasonably possible, use MACHINE=MACHINE_ARCH=whatever config.guess > >> uses for the platform. A lot of the different MACHINE values are due to > >> historical reasons annd wouldn't happen again. > > > > I think keeping evb* for boards makes sense, though. > > I agree. MACHINE=evbavr32

Re: CVS commit: src/sys/arch/mips/include

2015-05-01 Thread Matt Thomas
> On May 1, 2015, at 11:37 AM, Christos Zoulas wrote: > > Module Name: src > Committed By: christos > Date: Fri May 1 18:37:40 UTC 2015 > > Modified Files: > src/sys/arch/mips/include: locore.h > > Log Message: > change #error to KASSERT > > > To generate a diff of this commi

Re: CVS commit: src/sys/arch/mips/include

2014-07-23 Thread Matt Thomas
On Jul 23, 2014, at 1:46 PM, Joerg Sonnenberger wrote: > On Tue, Jul 22, 2014 at 10:40:02PM +0100, Alexander Nasonov wrote: >> Matt Thomas wrote: >>> >>> On Jul 22, 2014, at 2:27 PM, Alexander Nasonov wrote: I allocate with the X flag and it seems to work: /* in sljitExecAlloca

Re: CVS commit: src/sys/arch/mips/include

2014-07-23 Thread Joerg Sonnenberger
On Tue, Jul 22, 2014 at 10:40:02PM +0100, Alexander Nasonov wrote: > Matt Thomas wrote: > > > > On Jul 22, 2014, at 2:27 PM, Alexander Nasonov wrote: > > > I allocate with the X flag and it seems to work: > > > > > > /* in sljitExecAllocator.c */ > > >return (void *)uvm_km_alloc(module_m

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Alexander Nasonov
Matt Thomas wrote: > > On Jul 22, 2014, at 2:40 PM, Alexander Nasonov wrote: > > > Matt Thomas wrote: > >> > >> On Jul 22, 2014, at 2:27 PM, Alexander Nasonov wrote: > >>> I allocate with the X flag and it seems to work: > >>> > >>> /* in sljitExecAllocator.c */ > >>> return (void *)uvm

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Matt Thomas
On Jul 22, 2014, at 2:40 PM, Alexander Nasonov wrote: > Matt Thomas wrote: >> >> On Jul 22, 2014, at 2:27 PM, Alexander Nasonov wrote: >>> I allocate with the X flag and it seems to work: >>> >>> /* in sljitExecAllocator.c */ >>> return (void *)uvm_km_alloc(module_map, size, >>>

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Alexander Nasonov
Matt Thomas wrote: > > On Jul 22, 2014, at 2:27 PM, Alexander Nasonov wrote: > > I allocate with the X flag and it seems to work: > > > > /* in sljitExecAllocator.c */ > >return (void *)uvm_km_alloc(module_map, size, > >PAGE_SIZE, UVM_KMF_WIRED | UVM_KMF_ZERO | UVM_KMF_EXEC);

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Matt Thomas
On Jul 22, 2014, at 2:27 PM, Alexander Nasonov wrote: > Matt Thomas wrote: >> >> On Jul 22, 2014, at 12:54 PM, Alexander Nasonov wrote: >> >>> Module Name:src >>> Committed By: alnsn >>> Date: Tue Jul 22 19:54:55 UTC 2014 >>> >>> Modified Files: >>> src/sys/ar

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Alexander Nasonov
Matt Thomas wrote: > > On Jul 22, 2014, at 12:54 PM, Alexander Nasonov wrote: > > > Module Name:src > > Committed By: alnsn > > Date: Tue Jul 22 19:54:55 UTC 2014 > > > > Modified Files: > > src/sys/arch/mips/include: sljitarch.h > > > > Log Message: > > Define

Re: CVS commit: src/sys/arch/mips/include

2014-07-22 Thread Matt Thomas
On Jul 22, 2014, at 12:54 PM, Alexander Nasonov wrote: > Module Name: src > Committed By: alnsn > Date: Tue Jul 22 19:54:55 UTC 2014 > > Modified Files: > src/sys/arch/mips/include: sljitarch.h > > Log Message: > Define SLJIT_CACHE_FLUSH() for mips. Actually, this isn't enough.

Re: CVS commit: src/sys/arch/mips/include

2014-07-02 Thread Izumi Tsutsui
martin@ wrote: > Added Files: > src/sys/arch/mips/include: cache_r5900.h > > Log Message: > Restore file for playstation2 accidently overlooked in the big revitilazation Much more r5900 files and #ifdefs have been removed since mips64 merge. http://www.nerv.org/netbsd/?q=id:20110220T074548