Subject: CVS commit: src/sys/arch/arm/s3c2xx0
To: None <source-changes@NetBSD.org>
From: Hiroyuki Bessho <bsh@netbsd.org>
List: source-changes
Date: 12/17/2003 13:20:04
Module Name: src
Committed By: bsh
Date: Wed Dec 17 13:20:04 UTC 2003
Modified Files:
src/sys/arch/arm/s3c2xx0: s3c2xx0_intr.c s3c2xx0_intr.h
Log Message:
add a function to initialize variables used by splfoo().
This should be called in bootstrap so that splfoo() doesn't touch illegal address.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/arm/s3c2xx0/s3c2xx0_intr.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/arm/s3c2xx0/s3c2xx0_intr.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.