summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/metadata.h
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
|
* Slight reorg and added AMD64 support. A couple of the MODINFOMD_* valuespeter2003-05-011-6/+0
| | | | | | | | | that were added to sparc64 and later powerpc, really should have been in the MI area. But changing that now with insufficient preperation will just cause too much pain. Move MD_FETCH() to the MI sys/linker.h file to avoid another two copies of it.
* Use a contrived 'tlb_entry' structure for passing the mappings for thejake2002-05-291-0/+5
| | | | | kernel text and data from the loader to the kernel, so that the tte format is not part of the loader->kernel ABI.
* Add metadata types for dtlb and itlb data, and number of slots used.jake2002-02-231-0/+10
|
* - Add a file for machine dependant loader metdata types. Include this injake2001-12-231-0/+36
machdep.c. - Adapt to critical_* changes.
OpenPOWER on IntegriCloud