Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/common/include/linux linux: Side-load linux...



details:   https://anonhg.NetBSD.org/src/rev/f8b987e24f3b
branches:  trunk
changeset: 1028865:f8b987e24f3b
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Dec 19 12:20:46 2021 +0000

description:
linux: Side-load linux/overflow.h in linux/slab.h.

diffstat:

 sys/external/bsd/common/include/linux/slab.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7287e15a8dc0 -r f8b987e24f3b sys/external/bsd/common/include/linux/slab.h
--- a/sys/external/bsd/common/include/linux/slab.h      Sun Dec 19 12:20:21 2021 +0000
+++ b/sys/external/bsd/common/include/linux/slab.h      Sun Dec 19 12:20:46 2021 +0000
@@ -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 ??? */



Home | Main Index | Thread Index | Old Index