summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-29 21:43:34 +0000
committerru <ru@FreeBSD.org>2005-01-29 21:43:34 +0000
commit50196eae923bef5ce457166f084500cc47de4439 (patch)
treeb8a78033dc1927d19334f859c663851187c8b9f6 /sys/alpha
parente1559d6a6e3bb7682e3430dc78d25bd9d844a08b (diff)
downloadFreeBSD-src-50196eae923bef5ce457166f084500cc47de4439.zip
FreeBSD-src-50196eae923bef5ce457166f084500cc47de4439.tar.gz
Hopefully unbreak modules build.
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/include/bus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/include/bus.h b/sys/alpha/include/bus.h
index 1122e26..ae89834 100644
--- a/sys/alpha/include/bus.h
+++ b/sys/alpha/include/bus.h
@@ -88,7 +88,7 @@ typedef u_int32_t bus_space_handle_t;
/* The largest address space known so far is 40 bits */
#define BUS_SPACE_MAXADDR 0xFFFFFFFFFUL
-#define BUS_SPACE_UNRESTRICTED (~0UL)
+#define BUS_SPACE_UNRESTRICTED (~0)
/*
* Map a region of device bus space into CPU virtual address space.
OpenPOWER on IntegriCloud