summaryrefslogtreecommitdiffstats
path: root/sys/mips/include
Commit message (Collapse)AuthorAgeFilesLines
* It appears that none of the contents of this file are necessary, soimp2009-02-151-101/+1
| | | | replace the amd64-ish version with a blank version.
* Remove stray __P()imp2009-02-151-1/+1
|
* Eliminate an unused definition.alc2009-02-101-1/+0
|
* Eliminate the PMAP_INLINE macro. It isn't really used here. If weimp2009-01-161-8/+2
| | | | need to bring it back, we can.
* MFp4:gonzo2009-01-151-15/+3
| | | | | | | | | - Add debug output - Fix pmap_zero_page and related places: use uncached segments and invalidate cache after zeroing memory. - Do not test for modified bit if it's not neccessary (merged from mips-juniper p4 branch) - Some #includes reorganization
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-171-12/+0
| | | | Reviewed by: peter
* Start to clean up the MIPS elf machine dependent file.imp2008-12-161-6/+58
| | | | | | | | o Add support for compiling elf64 for this file (the rest of the changes are coming later) o Fill in some misssing relocation types. We need to support these in elf_machdep.c's relocation routines eventually, but that's future work too.
* Unbreak mips build by taking first WAG at mb(), wmb() and rmb(). Theimp2008-11-291-0/+4
| | | | latter two are likely pessimal...
* Catch up with svn r96606 (cvs rev 1.127 2002/05/14 20:35:29) ofimp2008-09-281-43/+4
| | | | | | | | | | | | sys/param.h and move the MI numbers out of here. Also move the MI defines. Also remove a couple defines not in use (not sure if it is age, or OpenBSD origins for thse). Note the current values that are overrides that appear to be odd in some way. More cleanup could be done here: NBPG appears to be spelled PAGE_SIZE these days. There's new ways to spell PGOFSET and PGSHIFT too, I think. These constants duplicate the MI constants and are sprinkled into the mips code only. Further investigation is needed.
* Remove ipi_all() and ipi_self() as the former hasn't been used atmarius2008-09-281-2/+0
| | | | | | | | | | | all to date and the latter also is only used in ia64 and powerpc code which no longer serves a real purpose after bring-up and just can be removed as well. Note that architectures like sun4u also provide no means of implementing IPI'ing a CPU itself natively in the first place. Suggested by: jhb Reviewed by: arch, grehan, jhb
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-191-2/+3
| | | | | | | already define _KERNEL to get to this and I'm about to add hooks to libkvm to access per-CPU data. MFC after: 1 week
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-252-4/+0
| | | | | | | | | Now that st_rdev is being automatically generated by the kernel, there is no need to define static major/minor numbers for the iodev and memdev. We still need the minor numbers for the memdev, however, to distinguish between /dev/mem and /dev/kmem. Approved by: philip (mentor)
* Fix spelling of "virtual".wkoszek2008-06-081-1/+1
| | | | | | There should be no visible change. Reviewed by: rink
* Add FLT_EVAL_METHOD and DECIMAL_DIG, required by C99 standard.gonzo2008-05-031-0/+6
| | | | Approved by: cognet (mentor)
* These files are unused, so remove them for now. If they turn out toimp2008-05-031-310/+0
| | | | be needed later, they can be restored.
* This file is unused, so remove it for now.imp2008-05-021-111/+0
|
* Eliminate an unused field from the pmap.alc2008-04-301-1/+0
|
* Remove two unused declarations. These variables are now fields withinalc2008-04-271-2/+0
| | | | vm.h's struct kva_md_info.
* This isn't used, so remove it. It isn't relevant to most mips platforms.imp2008-04-151-194/+0
|
* Copied from amd64, where it wasn't used, into mips, where it wasn't used.imp2008-04-151-4/+0
| | | | Remove it.
* FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,imp2008-04-1390-0/+12852
mips32r2 and mips64r2 (and close relatives) processors. There presently is support for ADMtek ADM5120, A mips 4Kc in a malta board, the RB533 routerboard (based on IDT RC32434) and some preliminary support for sibtye/broadcom designs. Other hardware support will be forthcomcing. This port boots multiuser under gxemul emulating the malta board and also bootstraps on the hardware whose support is forthcoming... Oleksandr Tymoshenko, Wojciech Koszek, Warner Losh, Olivier Houchard, Randall Stewert and others that have contributed to the mips2 and/or mips2-jnpr perforce branches. Juniper contirbuted a generic mips port late in the life cycle of the misp2 branch. Warner Losh merged the mips2 and Juniper code bases, and others list above have worked for the past several months to get to multiuser. In addition, the mips2 work owe a debt to the trail blazing efforts of the original mips branch in perforce done by Juli Mallett.
OpenPOWER on IntegriCloud