Deleted Added
full compact
vmparam.h (269577) vmparam.h (280278)
1/* $NetBSD: vmparam.h,v 1.26 2003/08/07 16:27:47 agc Exp $ */
2
3/*-
4 * Copyright (c) 1988 The Regents of the University of California.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 14 unchanged lines hidden (view full) ---

23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 * SUCH DAMAGE.
30 *
1/* $NetBSD: vmparam.h,v 1.26 2003/08/07 16:27:47 agc Exp $ */
2
3/*-
4 * Copyright (c) 1988 The Regents of the University of California.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 14 unchanged lines hidden (view full) ---

23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29 * SUCH DAMAGE.
30 *
31 * $FreeBSD: head/sys/arm/include/vmparam.h 269577 2014-08-05 09:44:10Z glebius $
31 * $FreeBSD: head/sys/arm/include/vmparam.h 280278 2015-03-20 10:15:34Z zbb $
32 */
33
34#ifndef _MACHINE_VMPARAM_H_
35#define _MACHINE_VMPARAM_H_
36
37/*
38 * Machine dependent constants for ARM.
39 */

--- 23 unchanged lines hidden (view full) ---

63/*
64 * Address space constants
65 */
66
67/*
68 * The line between user space and kernel space
69 * Mappings >= KERNEL_BASE are constant across all processes
70 */
32 */
33
34#ifndef _MACHINE_VMPARAM_H_
35#define _MACHINE_VMPARAM_H_
36
37/*
38 * Machine dependent constants for ARM.
39 */

--- 23 unchanged lines hidden (view full) ---

63/*
64 * Address space constants
65 */
66
67/*
68 * The line between user space and kernel space
69 * Mappings >= KERNEL_BASE are constant across all processes
70 */
71#ifndef KERNBASE
71#define KERNBASE 0xc0000000
72#define KERNBASE 0xc0000000
73#endif
72
73/*
74 * max number of non-contig chunks of physical RAM you can have
75 */
76
77#define VM_PHYSSEG_MAX 32
78
79/*

--- 97 unchanged lines hidden ---
74
75/*
76 * max number of non-contig chunks of physical RAM you can have
77 */
78
79#define VM_PHYSSEG_MAX 32
80
81/*

--- 97 unchanged lines hidden ---