summaryrefslogtreecommitdiff
path: root/hw/kdrive/src/kmap.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-07-23 11:43:59 -0400
committerAdam Jackson <ajax@redhat.com>2008-07-23 11:44:07 -0400
commitb699364b1c807d29666633523f5b5a608a07a8ee (patch)
treefb88a5b247ef70ce39ba1f6a75a100ec84ce9dd5 /hw/kdrive/src/kmap.c
parent2e3c43d306616f8accdeaffec9c108ba88324805 (diff)
Unifdef VXWORKS.
Diffstat (limited to 'hw/kdrive/src/kmap.c')
-rw-r--r--hw/kdrive/src/kmap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/kdrive/src/kmap.c b/hw/kdrive/src/kmap.c
index ce1e28ae4..60e8ae134 100644
--- a/hw/kdrive/src/kmap.c
+++ b/hw/kdrive/src/kmap.c
@@ -75,9 +75,6 @@ KdMapDevice (CARD32 addr, CARD32 size)
strerror (errno));
return a;
#endif
-#ifdef VXWORKS
- return (void *) addr;
-#endif
}
void
@@ -90,9 +87,6 @@ KdUnmapDevice (void *addr, CARD32 size)
#ifdef linux
munmap (addr, size);
#endif
-#ifdef VXWORKS
- ;
-#endif
}
#ifdef HAVE_ASM_MTRR_H