Deleted Added
full compact
pmap-v4.h (150867) pmap-v4.h (150936)
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.h 150867 2005-10-03 14:15:50Z cognet $
47 * $FreeBSD: head/sys/arm/include/pmap.h 150936 2005-10-04 16:29:31Z cognet $
48 */
49
50#ifndef _MACHINE_PMAP_H_
51#define _MACHINE_PMAP_H_
52
53#include <machine/pte.h>
54
55/*

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

512#ifdef ARM_USE_SMALL_ALLOC
513void arm_add_smallalloc_pages(void *, void *, int, int);
514void arm_busy_pages(void);
515struct arm_small_page {
516 void *addr;
517 TAILQ_ENTRY(arm_small_page) pg_list;
518};
519
48 */
49
50#ifndef _MACHINE_PMAP_H_
51#define _MACHINE_PMAP_H_
52
53#include <machine/pte.h>
54
55/*

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

512#ifdef ARM_USE_SMALL_ALLOC
513void arm_add_smallalloc_pages(void *, void *, int, int);
514void arm_busy_pages(void);
515struct arm_small_page {
516 void *addr;
517 TAILQ_ENTRY(arm_small_page) pg_list;
518};
519
520extern vm_paddr_t dump_avail[];
521#endif
520#endif
521extern vm_paddr_t dump_avail[];
522#endif /* _KERNEL */
523
524#endif /* !LOCORE */
525
526#endif /* !_MACHINE_PMAP_H_ */
522#endif /* _KERNEL */
523
524#endif /* !LOCORE */
525
526#endif /* !_MACHINE_PMAP_H_ */