Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/21/2001 01:58:40
Module Name: syssrc
Committed By: thorpej
Date: Fri Apr 20 22:58:40 UTC 2001
Modified Files:
syssrc/sys/arch/alpha/include: lock.h
syssrc/sys/kern: kern_lock.c
Log Message:
SPINLOCK_INTERLOCK_RELEASE_HOOK should actually be
SPINLOCK_SPIN_HOOK, so that we actually check for
pending IPIs on the Alpha more than once. Also,
when we call alpha_ipi_process(), make sure to go
to splipi().
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 syssrc/sys/arch/alpha/include/lock.h
cvs rdiff -r1.51 -r1.52 syssrc/sys/kern/kern_lock.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.