Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Aug 2010 16:14:10 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 mp_machdep.c pmap.c src/sys/i386/i386 mp_machdep.c pmap.c
Message-ID:  <201008101614.o7AGEoBY069747@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
attilio     2010-08-10 16:14:10 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      mp_machdep.c pmap.c 
    sys/i386/i386        mp_machdep.c pmap.c 
  Log:
  SVN rev 211149 on 2010-08-10 16:14:10Z by attilio
  
  Fix some places that may use cpumask_t while they still use 'int' types.
  While there, also fix some places assuming cpu type is 'int' while
  u_int is really meant.
  
  Note: this will also fix some possible races in per-cpu data accessings
  to be addressed in further commits.
  
  In collabouration with: Yahoo! Incorporated (via sbruno and peter)
  Tested by:      gianni
  MFC after:      1 month
  
  Revision  Changes    Path
  1.324     +17 -9     src/sys/amd64/amd64/mp_machdep.c
  1.710     +3 -6      src/sys/amd64/amd64/pmap.c
  1.312     +12 -7     src/sys/i386/i386/mp_machdep.c
  1.689     +3 -6      src/sys/i386/i386/pmap.c



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