Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include Fix comment. Add MDLWP_VFPINTR
details: https://anonhg.NetBSD.org/src/rev/f305aca0ed24
branches: trunk
changeset: 783495:f305aca0ed24
user: matt <matt%NetBSD.org@localhost>
date: Tue Dec 25 22:34:36 2012 +0000
description:
Fix comment. Add MDLWP_VFPINTR
diffstat:
sys/arch/arm/include/proc.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 151cb81a25e0 -r f305aca0ed24 sys/arch/arm/include/proc.h
--- a/sys/arch/arm/include/proc.h Tue Dec 25 22:33:39 2012 +0000
+++ b/sys/arch/arm/include/proc.h Tue Dec 25 22:34:36 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: proc.h,v 1.12 2012/08/16 17:35:01 matt Exp $ */
+/* $NetBSD: proc.h,v 1.13 2012/12/25 22:34:36 matt Exp $ */
/*
* Copyright (c) 1994 Mark Brinicombe.
@@ -48,8 +48,9 @@
};
/* Flags setttings for md_flags */
-#define MDLWP_VFPUSED 0x00000001 /* Process used the VFP */
+#define MDLWP_VFPUSED 0x00000001 /* LWP used the VFP */
#define MDLWP_NOALIGNFLT 0x00000002 /* For EXEC_AOUT */
+#define MDLWP_VFPINTR 0x00000004 /* VFP used in intr */
struct mdproc {
Home |
Main Index |
Thread Index |
Old Index