Module Name:    src
Committed By:   matt
Date:           Tue Dec 25 22:34:36 UTC 2012

Modified Files:
        src/sys/arch/arm/include: proc.h

Log Message:
Fix comment.  Add MDLWP_VFPINTR


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/include/proc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/arm/include/proc.h
diff -u src/sys/arch/arm/include/proc.h:1.12 src/sys/arch/arm/include/proc.h:1.13
--- src/sys/arch/arm/include/proc.h:1.12	Thu Aug 16 17:35:01 2012
+++ src/sys/arch/arm/include/proc.h	Tue Dec 25 22:34:36 2012
@@ -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 @@ struct mdlwp {
 };
 
 /* 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 {

Reply via email to