Subject: CVS commit: src/sys/arch/hpc
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 01/17/2006 02:50:59
Module Name: src
Committed By: uwe
Date: Tue Jan 17 02:50:59 UTC 2006
Modified Files:
src/sys/arch/hpc/hpc: platid.c
src/sys/arch/hpc/include: platid.h
Log Message:
Hide plutid_dump() under #ifdef PLATID_TEST. Saves space in the
kernel and avoids printf dependency for hpcboot.
While here, constify its first argument.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/arch/hpc/hpc/platid.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/hpc/include/platid.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.