Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/28/1998 21:22:37
Module Name:	src
Committed By:	thorpej
Date:		Tue Sep 29 04:22:36 UTC 1998

Modified Files:
	src/sys/arch/alpha/tlsb: tlsb.c
Log Message:
- Do not set TLCPUMASK on non-I/O nodes.  That register exists only on
I/O nodes.  Previous code erroneously set it on CPU nodes only.
- In both the single- and multi-processor case, route all interrupts from
I/O nodes to the primary CPU, for now.