Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/include Cosmetic change.
details: https://anonhg.NetBSD.org/src/rev/6cef7348c02e
branches: trunk
changeset: 512714:6cef7348c02e
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Jul 14 17:55:42 2001 +0000
description:
Cosmetic change.
diffstat:
sys/arch/alpha/include/proc.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (17 lines):
diff -r 264a82235741 -r 6cef7348c02e sys/arch/alpha/include/proc.h
--- a/sys/arch/alpha/include/proc.h Sat Jul 14 17:02:57 2001 +0000
+++ b/sys/arch/alpha/include/proc.h Sat Jul 14 17:55:42 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: proc.h,v 1.10 2001/04/26 03:10:46 ross Exp $ */
+/* $NetBSD: proc.h,v 1.11 2001/07/14 17:55:42 thorpej Exp $ */
/*
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
@@ -59,5 +59,5 @@
* C99 API's, the use of the MDP_FP_C bits is defined variously in
* ieeefp.h and fpu.h.
*/
-#define MDP_FPUSED 0x0001 /* Process used the FPU */
-#define MDP_FP_C 0x7ffffe /* Extended FP_C Quadword bits */
+#define MDP_FPUSED 0x00000001 /* Process used the FPU */
+#define MDP_FP_C 0x007ffffe /* Extended FP_C Quadword bits */
Home |
Main Index |
Thread Index |
Old Index