Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Aug 2010 05:09:02 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <201008040509.o7459Lom026369@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2010-08-04 05:09:02 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  SVN rev 210837 on 2010-08-04 05:09:02Z by alc
  
  In order for MAXVNODES_MAX to be an "int" on powerpc and sparc, we must
  cast PAGE_SIZE to an "int".  (Powerpc and sparc, unlike the other
  architectures, define PAGE_SIZE as a "long".)
  
  Submitted by:   Andreas Tobler
  
  Revision  Changes    Path
  1.788     +1 -1      src/sys/kern/vfs_subr.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008040509.o7459Lom026369>