Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/powerpc
Module Name: src
Committed By: matt
Date: Wed Jan 19 22:22:56 UTC 2005
Modified Files:
src/sys/arch/powerpc/ibm4xx: genassym.cf
src/sys/arch/powerpc/include: asm.h cpu.h
src/sys/arch/powerpc/oea: cpu_subr.c genassym.cf
src/sys/arch/powerpc/powerpc: locore_subr.S
Log Message:
Split the hw-dependent powermanglement into its own function and make
Idle call that. Add a ci_idlespin function pointer to cpu_info.
Update INIT_CPUINFO to initialize it to a naked 'blr' instruction.
In oea/cpu_subr.c, add cpu_idlespin and make ci_idlespin point to it.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/arch/powerpc/ibm4xx/genassym.cf
cvs rdiff -r1.15 -r1.16 src/sys/arch/powerpc/include/asm.h
cvs rdiff -r1.42 -r1.43 src/sys/arch/powerpc/include/cpu.h
cvs rdiff -r1.19 -r1.20 src/sys/arch/powerpc/oea/cpu_subr.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/powerpc/oea/genassym.cf
cvs rdiff -r1.26 -r1.27 src/sys/arch/powerpc/powerpc/locore_subr.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index