summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include/param.h
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1999-07-09 21:33:38 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1999-07-09 21:33:38 +0000
commitf40501037aac56a7506499e6933066d9d78f7594 (patch)
treee9977db6ee44040de3f63b86ddac4278fc79dace /sys/arch/sparc/include/param.h
parenta53dcd167547ec781f9086b9cb837a04dce7d70c (diff)
vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_t
remove "register" keywords Various cleanups.
Diffstat (limited to 'sys/arch/sparc/include/param.h')
-rw-r--r--sys/arch/sparc/include/param.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc/include/param.h b/sys/arch/sparc/include/param.h
index 4d02dd0ff37..756be97264b 100644
--- a/sys/arch/sparc/include/param.h
+++ b/sys/arch/sparc/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.10 1998/08/18 05:08:50 millert Exp $ */
+/* $OpenBSD: param.h,v 1.11 1999/07/09 21:33:37 art Exp $ */
/* $NetBSD: param.h,v 1.29 1997/03/10 22:50:37 pk Exp $ */
/*
@@ -169,8 +169,8 @@ extern int nbpg, pgofset, pgshift;
*/
#ifdef _KERNEL
#ifndef _LOCORE
-extern vm_offset_t dvma_base;
-extern vm_offset_t dvma_end;
+extern vaddr_t dvma_base;
+extern vaddr_t dvma_end;
extern struct map *dvmamap;
/*
* The dvma resource map is defined in page units, which are numbered 1 to N.