Subject: CVS commit: src/sys/arch/sparc/sparc
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 03/23/2004 11:40:29
Module Name: src
Committed By: martin
Date: Tue Mar 23 11:40:29 UTC 2004
Modified Files:
src/sys/arch/sparc/sparc: promlib.c
Log Message:
The function prom_pa_location casts magic spells that probably won't
work on 64 bit kernels (and at least do not compile). Since this function
is not used there, #ifndef _LP64 it for now.
To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/sys/arch/sparc/sparc/promlib.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.