Source-Changes-HG archive

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

[src/riastradh-drm2]: src/sys/external/bsd/drm2/include/linux linux_ namespac...



details:   https://anonhg.NetBSD.org/src/rev/c298a41698ad
branches:  riastradh-drm2
changeset: 788557:c298a41698ad
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Sep 08 16:17:58 2013 +0000

description:
linux_ namespace for kmap and kunmap.

diffstat:

 sys/external/bsd/drm2/include/linux/highmem.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 04af50f5c8cc -r c298a41698ad sys/external/bsd/drm2/include/linux/highmem.h
--- a/sys/external/bsd/drm2/include/linux/highmem.h     Sun Sep 08 16:16:37 2013 +0000
+++ b/sys/external/bsd/drm2/include/linux/highmem.h     Sun Sep 08 16:17:58 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: highmem.h,v 1.1.2.4 2013/09/08 16:16:37 riastradh Exp $        */
+/*     $NetBSD: highmem.h,v 1.1.2.5 2013/09/08 16:17:58 riastradh Exp $        */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -43,6 +43,8 @@
 /* XXX Make the nm output a little more greppable...  */
 #define        kmap_atomic     linux_kmap_atomic
 #define        kunmap_atomic   linux_kunmap_atomic
+#define        kmap            linux_kmap
+#define        kunmap          linux_kunmap
 
 int    linux_kmap_init(void);
 void   linux_kmap_fini(void);



Home | Main Index | Thread Index | Old Index