Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 10/12/1998 07:39:11
Module Name: src
Committed By: pk
Date: Mon Oct 12 14:39:11 UTC 1998
Modified Files:
src/sys/arch/sparc/sparc: locore.s
Log Message:
Make `_cpcb' (pointer to current user area) a per-CPU variable.
This cpuinfo field is initialized here in locore before calling bootstrap(),
since it must be valid before entering the window overflow/underflow handlers.
Fix miscalculation in the MULTIPROCESSOR version of INTR_SETUP().