Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/x86/include/cpufunc.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/x86/include/cpufunc.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/sys/arch/x86/include/cpufunc.h 2008/04/30 00:16:30 1.8 +++ src/sys/arch/x86/include/cpufunc.h 2008/12/19 11:21:24 1.9 @@ -1,4 +1,4 @@ -/* $NetBSD: cpufunc.h,v 1.8 2008/04/30 00:16:30 cegger Exp $ */ +/* $NetBSD: cpufunc.h,v 1.9 2008/12/19 11:21:24 ad Exp $ */ /*- * Copyright (c) 1998, 2007 The NetBSD Foundation, Inc. @@ -49,7 +49,7 @@ void x86_lfence(void); void x86_sfence(void); void x86_mfence(void); void x86_flush(void); -void x86_patch(void); +void x86_patch(bool); void invlpg(vaddr_t); void lidt(struct region_descriptor *); void lldt(u_short);