Subject: CVS commit: syssrc/sys/arch/powerpc/mpc6xx
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 07/28/2002 10:03:15
Module Name: syssrc
Committed By: chs
Date: Sun Jul 28 07:03:15 UTC 2002
Modified Files:
syssrc/sys/arch/powerpc/mpc6xx: cpu_subr.c
Log Message:
split off the part of cpu_attach_common() that pokes at special CPU registers
into a separate function so that we can run it on each CPU we configure
rather than always on the boot CPU.
To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 syssrc/sys/arch/powerpc/mpc6xx/cpu_subr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.