[BACK]Return to autoconf.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / i386

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/i386/i386/autoconf.c between version 1.91 and 1.91.6.1

version 1.91, 2008/01/23 20:02:16 version 1.91.6.1, 2008/06/02 13:22:14
Line 62  __KERNEL_RCSID(0, "$NetBSD$");
Line 62  __KERNEL_RCSID(0, "$NetBSD$");
 #include <machine/gdt.h>  #include <machine/gdt.h>
 #include <machine/pcb.h>  #include <machine/pcb.h>
 #include <machine/cpufunc.h>  #include <machine/cpufunc.h>
 #include <x86/x86/tsc.h>  
   
 #include "ioapic.h"  #include "ioapic.h"
 #include "lapic.h"  #include "lapic.h"
Line 134  cpu_configure(void)
Line 133  cpu_configure(void)
         cpu_init_idle_lwps();          cpu_init_idle_lwps();
 #endif  #endif
   
         init_TSC_tc();  
   
         spl0();          spl0();
 #if NLAPIC > 0  #if NLAPIC > 0
         lapic_tpr = 0;          lapic_tpr = 0;

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.91.6.1

CVSweb <webmaster@jp.NetBSD.org>