cognet 2006-03-02 00:37:40 UTC FreeBSD src repository Modified files: sys/arm/arm vm_machdep.c Log: Use 8 * sizeof(int) instead of hardcoding 32, for the unlikely case this code ever get used on a plateform where sizeof(int) != 4. Suggested by: jmg Revision Changes Path 1.23 +13 -8 src/sys/arm/arm/vm_machdep.c