Subject: CVS commit: syssrc/sys/arch/powerpc/include
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 08/14/2002 18:41:59
Module Name: syssrc
Committed By: matt
Date: Wed Aug 14 15:41:59 UTC 2002
Modified Files:
syssrc/sys/arch/powerpc/include: ansi.h cpu.h types.h
Log Message:
Prepare for PPC64. Use register_t for mtmsr/mfmsr since the msr on PPC64
is 64bits wide. Define proper types for PPC64 if _LP64 is defined.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 syssrc/sys/arch/powerpc/include/ansi.h \
syssrc/sys/arch/powerpc/include/types.h
cvs rdiff -r1.19 -r1.20 syssrc/sys/arch/powerpc/include/cpu.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.