Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/ia64/include/ia64_cpu.h 94373 2002-04-10 19:22:45Z dfr $
---
> * $FreeBSD: head/sys/ia64/include/ia64_cpu.h 96912 2002-05-19 04:42:19Z marcel $
151,159d150
< /*
< * 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))
<