| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
pairs, not <start, size>.
Spotted by: alc@
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Always call kdb_init(). If we have KDB enabled, then provide a handy
place to break to the debugger.
|
|
|
|
| |
BSP. Provide a missing prototype.
|
| |
|
|
|
|
|
|
| |
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 ;-)
|
|
|