Module Name: src Committed By: thorpej Date: Fri Feb 26 21:15:20 UTC 2021
Modified Files: src/sys/arch/powerpc/include/oea: cpufeat.h src/sys/arch/powerpc/oea: cpu_subr.c Log Message: Split cpu_model_init() into cpu_features_probe() and cpu_features_enable() so that early bootstrap can do those two steps independently, if needed. Continue to provide a cpu_model_init() wrapper for now. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/powerpc/include/oea/cpufeat.h cvs rdiff -u -r1.106 -r1.107 src/sys/arch/powerpc/oea/cpu_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.