Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 2010 09:17:30 +0000 (UTC)
From:      Lawrence Stewart <lstewart@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/sys pcpu.h
Message-ID:  <201007130917.o6D9HmFH009593@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
lstewart    2010-07-13 09:17:30 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              pcpu.h 
  Log:
  SVN rev 209987 on 2010-07-13 09:17:30Z by lstewart
  
  - The sum variable used in DPCPU_SUM needs to be of the same type as the
    DPCPU variable, rather than a pointer to the type.
  
  - Zero # bytes equivalent to sizeof(object), not sizeof(ptr_to_object).
  
  - Remove an unnecessary __typeof.
  
  Sponsored by:   FreeBSD Foundation
  Submitted by:   jmallet
  MFC after:      3 days
  
  Revision  Changes    Path
  1.43      +2 -3      src/sys/sys/pcpu.h



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