Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 07/20/2000 06:28:41
Module Name: syssrc
Committed By: pk
Date: Thu Jul 20 13:28:40 UTC 2000
Modified Files:
syssrc/sys/arch/sparc64/sparc64: locore.s
Log Message:
Since `intrcnt' points to an array of long ints, reserve the appropriate
amount of space depending on _LP64. Provide macros to load/store signed
and unsigned long ints.
Also, make the `intrcnt' and `intrpending' arrays 16 entries long, as on
sparc/v9 interrupt #15 is just a regular interrupt.
To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 syssrc/sys/arch/sparc64/sparc64/locore.s
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.