Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/powerpc/include



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.




Home | Main Index | Thread Index | Old Index