Deleted Added
full compact
pmap-v4.h (295799) pmap-v4.h (295801)
1/*-
2 * Copyright (c) 1991 Regents of the University of California.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * the Systems Programming Group of the University of Utah Computer
7 * Science Department and William Jolitz of UUNET Technologies Inc.
8 *

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

39 * map the page tables using the pagetables themselves. This is done to
40 * reduce the impact on kernel virtual memory for lots of sparse address
41 * space, and to reduce the cost of memory to each process.
42 *
43 * from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90
44 * from: @(#)pmap.h 7.4 (Berkeley) 5/12/91
45 * from: FreeBSD: src/sys/i386/include/pmap.h,v 1.70 2000/11/30
46 *
1/*-
2 * Copyright (c) 1991 Regents of the University of California.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * the Systems Programming Group of the University of Utah Computer
7 * Science Department and William Jolitz of UUNET Technologies Inc.
8 *

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

39 * map the page tables using the pagetables themselves. This is done to
40 * reduce the impact on kernel virtual memory for lots of sparse address
41 * space, and to reduce the cost of memory to each process.
42 *
43 * from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90
44 * from: @(#)pmap.h 7.4 (Berkeley) 5/12/91
45 * from: FreeBSD: src/sys/i386/include/pmap.h,v 1.70 2000/11/30
46 *
47 * $FreeBSD: head/sys/arm/include/pmap-v4.h 295799 2016-02-19 08:41:47Z skra $
47 * $FreeBSD: head/sys/arm/include/pmap-v4.h 295801 2016-02-19 09:23:32Z skra $
48 */
49
50#ifndef _MACHINE_PMAP_V4_H_
51#define _MACHINE_PMAP_V4_H_
52
48 */
49
50#ifndef _MACHINE_PMAP_V4_H_
51#define _MACHINE_PMAP_V4_H_
52
53#include
53#include <machine/pte-v4.h>
54#include <machine/cpuconf.h>
55/*
56 * Pte related macros
57 */
58#define PTE_NOCACHE 1
59#define PTE_CACHE 2
60#define PTE_DEVICE PTE_NOCACHE
61#define PTE_PAGETABLE 3

--- 455 unchanged lines hidden ---
54#include <machine/cpuconf.h>
55/*
56 * Pte related macros
57 */
58#define PTE_NOCACHE 1
59#define PTE_CACHE 2
60#define PTE_DEVICE PTE_NOCACHE
61#define PTE_PAGETABLE 3

--- 455 unchanged lines hidden ---