Deleted Added
full compact
1,2c1,2
< /*-
< * Copyright (c) 2001 Jake Burkholder.
---
> /*
> * Copyright (c) 1991 Regents of the University of California.
4a5,8
> * This code is derived from software contributed to Berkeley by
> * the Systems Programming Group of the University of Utah Computer
> * Science Department and William Jolitz of UUNET Technologies Inc.
> *
12a17,23
> * 3. All advertising materials mentioning features or use of this software
> * must display the following acknowledgement:
> * This product includes software developed by the University of
> * California, Berkeley and its contributors.
> * 4. Neither the name of the University nor the names of its contributors
> * may be used to endorse or promote products derived from this software
> * without specific prior written permission.
14c25
< * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
---
> * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17c28
< * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
---
> * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
26c37,40
< * $FreeBSD: head/sys/sparc64/include/pmap.h 81334 2001-08-09 02:09:34Z obrien $
---
> * from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90
> * from: @(#)pmap.h 7.4 (Berkeley) 5/12/91
> * from: FreeBSD: src/sys/i386/include/pmap.h,v 1.70 2000/11/30
> * $FreeBSD: head/sys/sparc64/include/pmap.h 82899 2001-09-03 22:27:23Z jake $
58,59d71
< extern vm_offset_t clean_eva;
< extern vm_offset_t clean_sva;
68c80
< return ((va < clean_sva) || (va >= clean_eva));
---
> return ((va < kmi.clean_sva) || (va >= kmi.clean_eva));