diff options
| author | thorpej <thorpej@NetBSD.org> | 2001-04-25 17:35:00 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2001-04-25 17:35:00 +0000 |
| commit | fe664428c898faaa36e5baf6af67a080bb6c8e17 (patch) | |
| tree | 1e0c880227f70543a7ab16ff16041d018a7deb72 /sys/arch/sun2/include | |
| parent | 875a9af4877e33a0cced317659ff476dfaae5a41 (diff) | |
Garbage-collect pmap_page_index().
Diffstat (limited to 'sys/arch/sun2/include')
| -rw-r--r-- | sys/arch/sun2/include/pmap.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sun2/include/pmap.h b/sys/arch/sun2/include/pmap.h index 4c1d6101b2b..cdd172d8661 100644 --- a/sys/arch/sun2/include/pmap.h +++ b/sys/arch/sun2/include/pmap.h @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.h,v 1.5 2001/04/22 23:19:30 thorpej Exp $ */ +/* $NetBSD: pmap.h,v 1.6 2001/04/25 17:35:01 thorpej Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -87,9 +87,6 @@ extern segsz_t pmap_wired_pages(pmap_t); #define pmap_update() /* nothing (yet) */ -/* Our memory is contiguous (or nearly so). */ -#define pmap_page_index(pa) (atop(pa)) - /* Map a given physical region to a virtual region */ extern vm_offset_t pmap_map __P((vm_offset_t, vm_offset_t, vm_offset_t, int)); |
