summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/param.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new sysctl for reporting all of the supported page sizes.alc2009-09-181-0/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anphk2009-09-081-18/+5
* Add a MD __PCI_BAR_ZERO_VALID which denotes that BARs containing 0marius2009-07-211-0/+2
* Cleanup ALIGNED_POINTER:sam2009-07-051-0/+7
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingrwatson2009-04-201-3/+1
* Add description and cautionary note regarding CACHE_LINE_SIZE.rwatson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedrwatson2009-04-191-0/+5
* When building a kernel module, define MAXCPU the same as SMP sojb2008-03-271-2/+2
* add new large page sizes for use by shared loaderkmacy2006-12-181-0/+8
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withru2005-12-061-7/+0
* Add a default value for VM_BCACHE_SIZE_MAX of 400MB. This is copied fromkris2005-10-141-0/+8
* Remove UAREA_PAGES.das2004-11-201-1/+0
* Make PAGE_SIZE and related quantities signed on sparc64. (They are signedalc2003-10-031-4/+4
* Deal with 'options KSTACK_PAGES' being a global option.peter2003-07-311-0/+2
* Migrate the thread stack management functions from the machine-dependentalc2003-06-141-2/+1
* Get rid of the TODO macro in the few places that still need work; eitherjake2002-10-011-3/+0
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-7/+0
* Move MI stuff out of MD param.h files.phk2002-05-141-41/+0
* Move the CTASSERT macro from MD code to systm.h alongside KASSERT so otherjake2002-04-011-4/+0
* Parameterize the number of pages to allocate for the per-cpu area onjake2002-02-271-0/+1
* Add a macro for shift of an integer (1 << shift == sizeof). Move the pointerjake2002-02-271-0/+3
* Remove PANIC_STACK_PAGES which is no longer used.jake2002-01-081-5/+3
* Add a panic stack, which is used as a known good stack when there isjake2002-01-011-2/+4
* Don't concatentate __func__.jake2001-12-291-5/+9
* Header file updates needed for the cache code: add/correct some ASItmm2001-11-091-0/+6
* Move the pcb the to the top of the kernel stack.jake2001-09-301-3/+2
* KSE Milestone 2julian2001-09-121-1/+5
* Bump UPAGES to 4. The pcb can be rather large.jake2001-09-031-1/+1
* Flesh out the sparc64 port considerably. This contains:jake2001-07-311-23/+25
* Add skeleton machine dependent headers and c files for a port of freebsdjake2001-07-311-0/+165
OpenPOWER on IntegriCloud