Subject: CVS commit: src/sys/arch/landisk/landisk
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 10/15/2006 02:31:00
Module Name:	src
Committed By:	uwe
Date:		Sun Oct 15 02:31:00 UTC 2006

Modified Files:
	src/sys/arch/landisk/landisk: locore.S

Log Message:
Replace __INTR_MASK and swap dance to load PSL_RB (and doing stc/ldc
twice in the process) with code that just uses mov.l to get the bits
to clear and set in SR.

Use proper local labels.  Add rcs id.  G/c unused includes.  Add .size


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/landisk/landisk/locore.S

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