Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jan 2001 22:50:04 -0800 (PST)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 genassym.c mp_machdep.c pmap.c src/sys/i386/include globaldata.h src/sys/sys proc.h
Message-ID:  <200101210650.f0L6o4W99595@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jake        2001/01/20 22:50:04 PST

  Modified files:
    sys/i386/i386        genassym.c mp_machdep.c pmap.c 
    sys/i386/include     globaldata.h 
    sys/sys              proc.h 
  Log:
  Remove the per-cpu pages used for copy and zero-ing pages of memory
  for SMP; just use the same ones as UP.  These weren't used without
  holding Giant anyway, and the routines that use them would have to
  be protected from pre-emption to avoid migrating cpus.
  
  Revision  Changes    Path
  1.101     +1 -9      src/sys/i386/i386/genassym.c
  1.137     +1 -9      src/sys/i386/i386/mp_machdep.c
  1.269     +6 -79     src/sys/i386/i386/pmap.c
  1.19      +1 -12     src/sys/i386/include/globaldata.h
  1.139     +2 -2      src/sys/sys/proc.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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