DragonFly BSD
DragonFly commits List (threaded) for 2004-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/conf options.i386 options.pc98 src/sys/i386/conf GENERIC src/sys/i386/i386 machdep.c mp_machdep.c


From: David Rhodus <drhodus@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 9 Jan 2004 12:49:39 -0800 (PST)

drhodus     2004/01/09 12:49:39 PST

DragonFly src repository

  Modified files:
    sys/conf             options.i386 options.pc98 
    sys/i386/conf        GENERIC 
    sys/i386/i386        machdep.c mp_machdep.c 
  Log:
  *       Remove the HTT option from the kernel as we can now
  	pickup the BIOS option if you want to use the logical
  	cores.
  
  	You will still need to compile your kernel with
  	options        SMP
  	options        APIC_IO
  
  	Because the logical cpu's for the most part still act
  	like extra processors even though this is not true.
  
  	The idea is taken from JHB's changes in FreeBSD but without
  	the idle loop changes so as not to get the "Hyerthreading
  	slowdown" affect FreeBSD seems to have with HTT.
  
  Revision  Changes    Path
  1.5       +0 -1      src/sys/conf/options.i386
  1.5       +0 -1      src/sys/conf/options.pc98
  1.7       +0 -3      src/sys/i386/conf/GENERIC
  1.52      +0 -1      src/sys/i386/i386/machdep.c
  1.20      +2 -21     src/sys/i386/i386/mp_machdep.c


http://www.dragonflybsd.org/cvsweb/src/sys/conf/options.i386.diff?r1=1.4&r2=1.5&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/conf/options.pc98.diff?r1=1.4&r2=1.5&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/i386/conf/GENERIC.diff?r1=1.6&r2=1.7&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/i386/i386/machdep.c.diff?r1=1.51&r2=1.52&f=h
http://www.dragonflybsd.org/cvsweb/src/sys/i386/i386/mp_machdep.c.diff?r1=1.19&r2=1.20&f=h



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]