Source-Changes archive

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

CVS commit: src/sys/arch/powerpc



Module Name:    src
Committed By:   matt
Date:           Fri Jul 18 01:08:11 UTC 2003

Modified Files:
        src/sys/arch/powerpc/conf: files.powerpc
        src/sys/arch/powerpc/include: types.h
Removed Files:
        src/sys/arch/powerpc/powerpc: locore_c.c

Log Message:
Elimindate MD setrunqueue/remrunqueue (which were out-of-date compared to
the canonical versions in kern_synch.c).  Define __HAVE_BITENDIAN_BITOPS
so the canonical versions will be used but will store priorities in the
desired (MSB) order for PowerPC (which allows the use of the cntlzw (count
leading zeroes, word) instruction in locore_subr.S to find the proper
priority).


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 src/sys/arch/powerpc/conf/files.powerpc
cvs rdiff -r1.20 -r1.21 src/sys/arch/powerpc/include/types.h
cvs rdiff -r1.2 -r0 src/sys/arch/powerpc/powerpc/locore_c.c

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