Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 01/14/2000 00:21:23
Module Name:	syssrc
Committed By:	itohy
Date:		Fri Jan 14 08:21:23 UTC 2000

Modified Files:
	syssrc/sys/arch/x68k/x68k: locore.s

Log Message:
- Do not lower interrupt level at clock interrupt.
  The original code lowers level 6 to 4, and if a
  clock interrupt occurs in splzs (or similar) the
  system may be in unpredictable state.
  To do such a hack correctly, checking the original priority
  and duplicated clock interrupts would be required.
  For now, just disable the hack.

- Do not use clock interrupt for ms polling.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 syssrc/sys/arch/x68k/x68k/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.