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/ac2f92e25d44
branches:  trunk
changeset: 378156:ac2f92e25d44
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Jul 23 08:04:29 2023 +0000

description:
Use __BIT

diffstat:

 sys/arch/hppa/include/proc.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c78ea9626d64 -r ac2f92e25d44 sys/arch/hppa/include/proc.h
--- a/sys/arch/hppa/include/proc.h      Sun Jul 23 07:54:37 2023 +0000
+++ b/sys/arch/hppa/include/proc.h      Sun Jul 23 08:04:29 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: proc.h,v 1.13 2020/12/05 22:49:50 christos Exp $       */
+/*     $NetBSD: proc.h,v 1.14 2023/07/23 08:04:29 skrll Exp $  */
 
 /*     $OpenBSD: proc.h,v 1.4 2009/12/29 13:11:40 jsing Exp $ */
 
@@ -50,7 +50,7 @@ struct mdlwp {
 
 struct mdproc {
        int             md_flags;               /* machine-dependent flags */
-#define MDP_OLDSPACE   0x0001
+#define MDP_OLDSPACE   __BIT(0)
 };
 
 /* md_flags */



Home | Main Index | Thread Index | Old Index