Subject: CVS commit: src/sys/arch/powerpc/include
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 01/23/2005 00:23:57
Module Name:	src
Committed By:	simonb
Date:		Sun Jan 23 00:23:57 UTC 2005

Modified Files:
	src/sys/arch/powerpc/include: asm.h

Log Message:
Use lis@h/ori@l instead of lis@ha/addi@l since we may use r0 and addi
is one of those funny instructions that treats r0 == 0 when used as the
first arg.

Fixes problems on ibm4xx.  Ok'd by matt@.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/arch/powerpc/include/asm.h

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