1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00
freebsd/sys/powerpc/booke
Rafal Jaworowski 959aea56c1 Improve kernel stack handling on e500.
- Allocate thread0.td_kstack in pmap_bootstrap(), provide guard page
- Switch to thread0.td_kstack as soon as possible i.e. right after return
  from e500_init() and before mi_startup() happens
- Clean up temp stack area
- Other minor cosmetics in machdep.c

Obtained from:	Semihalf
2008-08-26 17:07:37 +00:00
..
clock.c
copyinout.c
interrupt.c
locore.S Improve kernel stack handling on e500. 2008-08-26 17:07:37 +00:00
machdep.c Improve kernel stack handling on e500. 2008-08-26 17:07:37 +00:00
pmap.c Improve kernel stack handling on e500. 2008-08-26 17:07:37 +00:00
support.S
swtch.S
trap_subr.S MFp4: SMP support 2008-04-27 22:33:43 +00:00
trap.c
uio_machdep.c
vm_machdep.c Introduce a dedicated file for MPC85xx-specific routines. Move cpu_reset() 2008-04-26 17:57:29 +00:00