Source-Changes archive

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

CVS commit: syssrc/sys/arch/arm/include/arm32



Module Name:    syssrc
Committed By:   thorpej
Date:           Sun Nov 11 16:40:36 UTC 2001

Added Files:
        syssrc/sys/arch/arm/include/arm32: vmparam.h

Log Message:
Even though the ARM architecture defines large, standard, and small
pages, we use the standard (4K) page size as PAGE_SIZE.  Make the
PAGE_SIZE related variables compile-time constants that reflect this.

Results in a bit over 2K worth of .text savings, and visibly better
code in the places that use PAGE_SIZE, etc.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/arch/arm/include/arm32/vmparam.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