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/amd64/include/types.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/amd64/include/types.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.60 retrieving revision 1.61 diff -u -p -r1.60 -r1.61 --- src/sys/arch/amd64/include/types.h 2019/04/06 03:06:24 1.60 +++ src/sys/arch/amd64/include/types.h 2019/09/22 10:35:12 1.61 @@ -1,4 +1,4 @@ -/* $NetBSD: types.h,v 1.60 2019/04/06 03:06:24 thorpej Exp $ */ +/* $NetBSD: types.h,v 1.61 2019/09/22 10:35:12 maxv Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -103,6 +103,9 @@ typedef unsigned char __cpu_simple_lock #include "opt_xen.h" #include "opt_kasan.h" +#ifdef KASAN +#define __HAVE_KASAN_INSTR_BUS +#endif #if defined(__x86_64__) && !defined(XENPV) #if !defined(KASAN) #define __HAVE_PCPU_AREA 1