summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2005-10-24 19:07:41 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2005-10-24 19:07:41 +0000
commitd199669758113aeeaf54b22a5a5829fb27ebfb52 (patch)
tree7eea7deaab00fabd245e0e1553e83475ceb3b31a /sys/arch/sparc64/include
parent52f7f91977d30819f9d63327961277523929a76c (diff)
Mach-macro free
Diffstat (limited to 'sys/arch/sparc64/include')
-rw-r--r--sys/arch/sparc64/include/param.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/sparc64/include/param.h b/sys/arch/sparc64/include/param.h
index a08ae38c613..5b7e086c192 100644
--- a/sys/arch/sparc64/include/param.h
+++ b/sys/arch/sparc64/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.18 2005/09/12 23:05:06 miod Exp $ */
+/* $OpenBSD: param.h,v 1.19 2005/10/24 19:07:40 martin Exp $ */
/* $NetBSD: param.h,v 1.25 2001/05/30 12:28:51 mrg Exp $ */
/*
@@ -215,11 +215,6 @@ extern int nbpg, pgofset, pgshift;
#define bdbtofsb(bn) ((bn) / (BLKDEV_IOSIZE / DEV_BSIZE))
/*
- * Mach derived conversion macros
- */
-#define sparc64_btop(x) ((unsigned long)(x) >> PGSHIFT)
-
-/*
* dvmamap manages a range of DVMA addresses intended to create double
* mappings of physical memory. In a way, `dvmamap' is a submap of the
* VM map `phys_map'. The difference is the use of the `resource map'