Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hppa/include Use __BIT()
details: https://anonhg.NetBSD.org/src/rev/615c9f56a8a5
branches: trunk
changeset: 964689:615c9f56a8a5
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Aug 12 09:18:30 2019 +0000
description:
Use __BIT()
diffstat:
sys/arch/hppa/include/pmap.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7485c79c3e77 -r 615c9f56a8a5 sys/arch/hppa/include/pmap.h
--- a/sys/arch/hppa/include/pmap.h Mon Aug 12 08:52:39 2019 +0000
+++ b/sys/arch/hppa/include/pmap.h Mon Aug 12 09:18:30 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.37 2013/01/07 16:57:28 chs Exp $ */
+/* $NetBSD: pmap.h,v 1.38 2019/08/12 09:18:30 skrll Exp $ */
/* $OpenBSD: pmap.h,v 1.35 2007/12/14 18:32:23 deraadt Exp $ */
@@ -83,7 +83,7 @@
struct pmap *pv_pmap; /* the pmap */
vaddr_t pv_va; /* the virtual address + flags */
#define PV_VAMASK (~(PAGE_SIZE - 1))
-#define PV_KENTER 0x001
+#define PV_KENTER __BIT(0)
struct vm_page *pv_ptp; /* the vm_page of the PTP */
};
Home |
Main Index |
Thread Index |
Old Index