summaryrefslogtreecommitdiffstats
path: root/sys/mips/alchemy/alchemy_machdep.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge from vmobj-rwlock branch:attilio2013-02-261-1/+0
| | | | | | | | Remove unused inclusion of vm/vm_pager.h and vm/vnode_pager.h. Sponsored by: EMC / Isilon storage division Tested by: pho Reviewed by: alc
* Remove platform APIs which are not used by any code and which had only stubjmallett2012-03-121-25/+0
| | | | | | | | | implementations or no implementation on all platforms. Some of these functions might be good ideas, but their semantics were unclear given the lack of implementation, and an unlucky porter could be fooled into trying to implement them or, worse, being baffled when something like platform_trap_enter() failed to be called.
* - dump_avail layout should be sequence of [start, end)gonzo2010-12-091-1/+1
| | | | | | pairs, not <start, size>. Spotted by: alc@
* - Populate dump_avail with proper values from phys_availgonzo2010-12-091-0/+3
|
* - Call post-boot fixup function in order to get proper staticgonzo2010-01-251-2/+4
| | | | | | | symbols resolving in DDB - When zeroing .bss/.sbss do not round end address to page boundary, it's not neccessary and might destroy data pased by trampoline or boot loader
* Update from old DDB convetion to initialize debugger to new KDB way.imp2010-01-231-1/+4
| | | | | Always call kdb_init(). If we have KDB enabled, then provide a handy place to break to the debugger.
* Rename mips_pcpu_init to mips_pcpu0_init since it applies only to theimp2010-01-091-1/+1
| | | | BSP. Provide a missing prototype.
* Centralize initialization of pcpu, and set curthread early...imp2010-01-081-0/+3
|
* With this commit our friend RMI will now compile. I haverrs2009-10-301-0/+6
| | | | | | not tested it and the chances of it running yet are about ZERO.. but it will now compile. The hard part now begins, making it run ;-)
* - Revert changes accidentally killed by merge operationgonzo2009-04-141-0/+157
OpenPOWER on IntegriCloud