remove old (bogus) comment.

This commit is contained in:
mrg 2000-07-13 06:23:07 +00:00
parent b238c131ce
commit 81ec8bef47
2 changed files with 3 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bus.h,v 1.21 2000/07/09 20:57:51 pk Exp $ */
/* $NetBSD: bus.h,v 1.22 2000/07/13 06:23:07 mrg Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@ -183,8 +183,6 @@ struct sparc_bus_space_tag {
/*
* Bus space function prototypes.
* In bus_space_map2(), supply a special virtual address only if you
* get it from ../sparc/vaddrs.h.
*/
static int bus_space_map __P((
bus_space_tag_t,

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.10 2000/02/11 19:30:30 thorpej Exp $ */
/* $NetBSD: vmparam.h,v 1.11 2000/07/13 06:23:36 mrg Exp $ */
/*
* Copyright (c) 1992, 1993
@ -97,9 +97,7 @@
*/
/*
* User/kernel map constants. Note that sparc64/vaddrs.h defines the
* IO space virtual base, which must be the same as VM_MAX_KERNEL_ADDRESS:
* tread with care.
* User/kernel map constants.
*/
#define VM_MIN_ADDRESS ((vaddr_t)0)
#define VM_MAX_ADDRESS ((vaddr_t)KERNBASE)