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 chris...@netbsd.org wrote: | | Module Name:src | Committed By: christos | Date: Fri May 1 18:37

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

2015-05-02 Thread Matt Thomas
On May 2, 2015, at 4:52 AM, Christos Zoulas chris...@zoulas.com 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 chris...@netbsd.org wrote: | | Module Name

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-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 and

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

2015-05-01 Thread Matt Thomas
On May 1, 2015, at 11:37 AM, Christos Zoulas chris...@netbsd.org 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

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 al...@yandex.ru wrote: I allocate with the X flag and it seems to work: /* in sljitExecAllocator.c */ return (void

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

2014-07-23 Thread Matt Thomas
On Jul 23, 2014, at 1:46 PM, Joerg Sonnenberger jo...@britannica.bec.de 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 al...@yandex.ru wrote: I allocate with the X flag and it seems to work: /*

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

2014-07-22 Thread Matt Thomas
On Jul 22, 2014, at 12:54 PM, Alexander Nasonov al...@netbsd.org 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

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 al...@netbsd.org 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 2:27 PM, Alexander Nasonov al...@yandex.ru wrote: Matt Thomas wrote: On Jul 22, 2014, at 12:54 PM, Alexander Nasonov al...@netbsd.org wrote: Module Name:src Committed By: alnsn Date: Tue Jul 22 19:54:55 UTC 2014 Modified Files:

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 al...@yandex.ru 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 |

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

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

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 al...@yandex.ru wrote: Matt Thomas wrote: On Jul 22, 2014, at 2:27 PM, Alexander Nasonov al...@yandex.ru wrote: I allocate with the X flag and it seems to work: /* in sljitExecAllocator.c */ return (void

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.