Changeset View
Changeset View
Standalone View
Standalone View
sys/powerpc/powerpc/machdep.c
| Show First 20 Lines • Show All 461 Lines • ▼ Show 20 Lines | #endif | ||||
| * Init KDB | * Init KDB | ||||
| */ | */ | ||||
| kdb_init(); | kdb_init(); | ||||
| /* | /* | ||||
| * Bring up MMU | * Bring up MMU | ||||
| */ | */ | ||||
| pmap_mmu_init(); | pmap_mmu_init(); | ||||
| sched_instance_select(); | |||||
| link_elf_ireloc(); | link_elf_ireloc(); | ||||
| pmap_bootstrap(startkernel, endkernel); | pmap_bootstrap(startkernel, endkernel); | ||||
| mtmsr(psl_kernset & ~PSL_EE); | mtmsr(psl_kernset & ~PSL_EE); | ||||
| /* | /* | ||||
| * Initialize params/tunables that are derived from memsize | * Initialize params/tunables that are derived from memsize | ||||
| */ | */ | ||||
| init_param2(physmem); | init_param2(physmem); | ||||
| ▲ Show 20 Lines • Show All 375 Lines • Show Last 20 Lines | |||||