Subject: CVS commit: syssrc/sys/arch/mips/include
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 11/24/2002 09:26:06
Module Name: syssrc
Committed By: simonb
Date: Sun Nov 24 07:26:05 UTC 2002
Modified Files:
syssrc/sys/arch/mips/include: cpu.h pcb.h
Log Message:
Move the curpcb and segbase extern decls to cpu.h to better group together
what will need to change for SMP.
Hide 'struct cpu_info' and some macros in #ifdef _KERNEL/#endif.
To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 syssrc/sys/arch/mips/include/cpu.h
cvs rdiff -r1.13 -r1.14 syssrc/sys/arch/mips/include/pcb.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.