cvs commit: src/sys/arm/arm vm_machdep.c

Olivier Houchard cognet at FreeBSD.org
Wed Mar 1 16:37:41 PST 2006


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


More information about the cvs-all mailing list