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

Rafal Jaworowski raj at FreeBSD.org
Mon Aug 4 14:48:04 UTC 2008


raj         2008-08-04 14:47:49 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/arm          vm_machdep.c 
  Log:
  SVN rev 181296 on 2008-08-04 14:47:49Z by raj
  
  Fix ARM nocache allocator:
  
  - let the loop iterate every page (as intended), and not some multiplies
    (which led to a fake exhaustion of the ARM_NOCACHE_KVA_SIZE)
  
  - eliminate using MIN(): it compared number of pages vs. address
    (ARM_TP_ADDRESS), which was bogus
  
  Reviewed by:    cognet, imp
  Obtained from:  Piotr Ziecik kosmo ! semihalf dot com
  MFC after:      3 days
  
  Revision  Changes    Path
  1.37      +4 -5      src/sys/arm/arm/vm_machdep.c


More information about the cvs-src mailing list