[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.92.6.2 and 1.93

version 1.92.6.2, 2009/04/28 07:34:07 version 1.93, 2008/11/11 14:40:18
Line 49 
Line 49 
 __KERNEL_RCSID(0, "$NetBSD$");  __KERNEL_RCSID(0, "$NetBSD$");
   
 #include "opt_compat_oldboot.h"  #include "opt_compat_oldboot.h"
 #include "opt_intrdebug.h"  
 #include "opt_multiprocessor.h"  #include "opt_multiprocessor.h"
   
 #include <sys/param.h>  #include <sys/param.h>
Line 61  __KERNEL_RCSID(0, "$NetBSD$");
Line 60  __KERNEL_RCSID(0, "$NetBSD$");
 #include <machine/pte.h>  #include <machine/pte.h>
 #include <machine/cpu.h>  #include <machine/cpu.h>
 #include <machine/gdt.h>  #include <machine/gdt.h>
 #include <machine/intr.h>  
 #include <machine/pcb.h>  #include <machine/pcb.h>
 #include <machine/cpufunc.h>  #include <machine/cpufunc.h>
   

Legend:
Removed from v.1.92.6.2  
changed lines
  Added in v.1.93

CVSweb <webmaster@jp.NetBSD.org>