summaryrefslogtreecommitdiff
path: root/sys/external/bsd/common/include/linux
diff options
context:
space:
mode:
authorriastradh <riastradh@NetBSD.org>2021-12-19 12:02:38 +0000
committerriastradh <riastradh@NetBSD.org>2021-12-19 12:02:38 +0000
commitb45c3ff50ca9ec9bab0f6d5fcd967e88322174df (patch)
tree1ba21d545b295faf3bcdf76cfd1048d80293cc4d /sys/external/bsd/common/include/linux
parenta1dffef76d97ebeac18c08da39fb98d29c5afe80 (diff)
amdgpu_fb.c
amdgpu_fence.c amdgpu_gart.c amdgpu_fixpt31_32.c amdgpu_fiji_smumgr.c amdgpu_gem.c amdgpu_gfx_v10_0.c amdgpu_gfx_v6_0.c through amdgpu_gfx_v9_0.c amdgpu_gmc.c amdgpu_gmc_v6_0.c through amdgpu_gmc_v10_0.c amdgpu_gtt_mgr.c some amdgpu_h* files some amdgpu_i* files some amdgpu_j* files amdgpu_kms.c some amdgpu_m* and amdgpu_n* files
Diffstat (limited to 'sys/external/bsd/common/include/linux')
-rw-r--r--sys/external/bsd/common/include/linux/printk.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/external/bsd/common/include/linux/printk.h b/sys/external/bsd/common/include/linux/printk.h
index 1dc57655819..6fb96942580 100644
--- a/sys/external/bsd/common/include/linux/printk.h
+++ b/sys/external/bsd/common/include/linux/printk.h
@@ -1,4 +1,4 @@
-/* $NetBSD: printk.h,v 1.11 2021/12/19 11:38:37 riastradh Exp $ */
+/* $NetBSD: printk.h,v 1.12 2021/12/19 12:02:38 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -58,6 +58,8 @@
#define KERN_DEBUG "kern debug: "
#define KERN_CONT ""
+#define printk_ratelimit() 0 /* XXX */
+
struct va_format {
const char *fmt;
va_list *va;