Deleted Added
full compact
1c1
< /* $FreeBSD: head/sys/ia64/include/vmparam.h 92670 2002-03-19 11:07:09Z peter $ */
---
> /* $FreeBSD: head/sys/ia64/include/vmparam.h 96912 2002-05-19 04:42:19Z marcel $ */
3,4c3,4
< #ifndef _ALPHA_VMPARAM_H
< #define _ALPHA_VMPARAM_H
---
> #ifndef _MACHINE_VMPARAM_H
> #define _MACHINE_VMPARAM_H
48c48
< * Machine dependent constants for Alpha.
---
> * Machine dependent constants for ia64.
123a124,132
> * Manipulating region bits of an address.
> */
> #define IA64_RR_BASE(n) (((u_int64_t) (n)) << 61)
> #define IA64_RR_MASK(x) ((x) & ((1L << 61) - 1))
>
> #define IA64_PHYS_TO_RR6(x) ((x) | IA64_RR_BASE(6))
> #define IA64_PHYS_TO_RR7(x) ((x) | IA64_RR_BASE(7))
>
> /*
133a143,144
> #define KERNBASE (VM_MIN_KERNEL_ADDRESS)
>
153c164
< #endif /* !_ALPHA_VMPARAM_H */
---
> #endif /* !_MACHINE_VMPARAM_H */