Module Name:    src
Committed By:   matt
Date:           Thu Mar 11 08:12:38 UTC 2010

Modified Files:
        src/sys/arch/mips/include [matt-nb5-mips64]: proc.h

Log Message:
Change md_astpending to u_int


To generate a diff of this commit:
cvs rdiff -u -r1.21.36.6 -r1.21.36.7 src/sys/arch/mips/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/mips/include/proc.h
diff -u src/sys/arch/mips/include/proc.h:1.21.36.6 src/sys/arch/mips/include/proc.h:1.21.36.7
--- src/sys/arch/mips/include/proc.h:1.21.36.6	Sun Feb 28 23:45:07 2010
+++ src/sys/arch/mips/include/proc.h	Thu Mar 11 08:12:37 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: proc.h,v 1.21.36.6 2010/02/28 23:45:07 matt Exp $	*/
+/*	$NetBSD: proc.h,v 1.21.36.7 2010/03/11 08:12:37 matt Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -56,7 +56,7 @@
 	int	md_upte[UPAGES];	/* ptes for mapping u page */
 	vaddr_t	md_ss_addr;		/* single step address for ptrace */
 	int	md_ss_instr;		/* single step instruction for ptrace */
-	volatile int md_astpending;	/* AST pending on return to userland */
+	volatile u_int md_astpending;	/* AST pending on return to userland */
 };
 
 struct mdproc {

Reply via email to