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

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

Diff for /src/sys/arch/x86/x86/patch.c between version 1.19 and 1.20

version 1.19, 2009/11/03 05:23:28 version 1.20, 2009/11/03 20:11:53
Line 37 
Line 37 
 __KERNEL_RCSID(0, "$NetBSD$");  __KERNEL_RCSID(0, "$NetBSD$");
   
 #include "opt_lockdebug.h"  #include "opt_lockdebug.h"
   #ifdef i386
 #include "opt_spldebug.h"  #include "opt_spldebug.h"
   #endif
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/systm.h>  #include <sys/systm.h>

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb <webmaster@jp.NetBSD.org>