Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/dev/lib/libpci rump: Omit unused EIEIO #define, ves...



details:   https://anonhg.NetBSD.org/src/rev/70ec17fe967f
branches:  trunk
changeset: 361555:70ec17fe967f
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Sun Feb 13 19:20:41 2022 +0000

description:
rump: Omit unused EIEIO #define, vestige of powerpc bus_dma.c.

diffstat:

 sys/rump/dev/lib/libpci/rumpdev_bus_dma.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 83b01289106a -r 70ec17fe967f sys/rump/dev/lib/libpci/rumpdev_bus_dma.c
--- a/sys/rump/dev/lib/libpci/rumpdev_bus_dma.c Sun Feb 13 19:20:33 2022 +0000
+++ b/sys/rump/dev/lib/libpci/rumpdev_bus_dma.c Sun Feb 13 19:20:41 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpdev_bus_dma.c,v 1.10 2020/11/02 18:58:06 christos Exp $    */
+/*     $NetBSD: rumpdev_bus_dma.c,v 1.11 2022/02/13 19:20:41 riastradh Exp $   */
 
 /*-
  * Copyright (c) 2013 Antti Kantee
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rumpdev_bus_dma.c,v 1.10 2020/11/02 18:58:06 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rumpdev_bus_dma.c,v 1.11 2022/02/13 19:20:41 riastradh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -82,8 +82,6 @@
 
 #include "pci_user.h"
 
-#define        EIEIO   membar_sync()
-
 int    _bus_dmamap_load_buffer (bus_dma_tag_t, bus_dmamap_t, void *,
            bus_size_t, struct vmspace *, int, paddr_t *, int *, int);
 



Home | Main Index | Thread Index | Old Index