Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jul 2009 17:45:48 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/include param.h src/sys/arm/include param.h src/sys/i386/include param.h src/sys/ia64/include param.h src/sys/mips/include param.h src/sys/powerpc/include param.h src/sys/sparc64/include param.h src/sys/sun4v/include param.h
Message-ID:  <200907051747.n65HlF7B001632@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2009-07-05 17:45:48 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/include    param.h 
    sys/arm/include      param.h 
    sys/i386/include     param.h 
    sys/ia64/include     param.h 
    sys/mips/include     param.h 
    sys/powerpc/include  param.h 
    sys/sparc64/include  param.h 
    sys/sun4v/include    param.h 
  Log:
  SVN rev 195376 on 2009-07-05 17:45:48Z by sam
  
  Cleanup ALIGNED_POINTER:
  o add to platforms where it was missing (arm, i386, powerpc, sparc64, sun4v)
  o define as "1" on amd64 and i386 where there is no restriction
  o make the type returned consistent with ALIGN
  o remove _ALIGNED_POINTER
  o make associated comments consistent
  
  Reviewed by:    bde, imp, marcel
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.30      +7 -10     src/sys/amd64/include/param.h
  1.16      +7 -0      src/sys/arm/include/param.h
  1.89      +7 -0      src/sys/i386/include/param.h
  1.29      +3 -17     src/sys/ia64/include/param.h
  1.6       +7 -1      src/sys/mips/include/param.h
  1.22      +7 -0      src/sys/powerpc/include/param.h
  1.27      +7 -0      src/sys/sparc64/include/param.h
  1.6       +7 -0      src/sys/sun4v/include/param.h



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