Module Name: src
Committed By: riastradh
Date: Sun Dec 19 12:20:46 UTC 2021
Modified Files:
src/sys/external/bsd/common/include/linux: slab.h
Log Message:
linux: Side-load linux/overflow.h in linux/slab.h.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/external/bsd/common/include/linux/slab.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/common/include/linux/slab.h
diff -u src/sys/external/bsd/common/include/linux/slab.h:1.9 src/sys/external/bsd/common/include/linux/slab.h:1.10
--- src/sys/external/bsd/common/include/linux/slab.h:1.9 Sun Dec 19 12:12:23 2021
+++ src/sys/external/bsd/common/include/linux/slab.h Sun Dec 19 12:20:46 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: slab.h,v 1.9 2021/12/19 12:12:23 riastradh Exp $ */
+/* $NetBSD: slab.h,v 1.10 2021/12/19 12:20:46 riastradh Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -39,6 +39,7 @@
#include <uvm/uvm_extern.h> /* For PAGE_SIZE. */
#include <linux/gfp.h>
+#include <linux/overflow.h>
#include <linux/rcupdate.h>
#define ARCH_KMALLOC_MINALIGN 4 /* XXX ??? */