Module Name: src Committed By: uwe Date: Wed Jan 26 23:26:37 UTC 2011
Modified Files: src/sys/arch/sh3/include: proc.h Log Message: Add MDP_SSTEP flag. Not used yet. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/sh3/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/sh3/include/proc.h diff -u src/sys/arch/sh3/include/proc.h:1.15 src/sys/arch/sh3/include/proc.h:1.16 --- src/sys/arch/sh3/include/proc.h:1.15 Fri Jan 14 02:06:30 2011 +++ src/sys/arch/sh3/include/proc.h Wed Jan 26 23:26:37 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: proc.h,v 1.15 2011/01/14 02:06:30 rmind Exp $ */ +/* $NetBSD: proc.h,v 1.16 2011/01/26 23:26:37 uwe Exp $ */ /* * Copyright (c) 2002 The NetBSD Foundation, Inc. All rights reserved. @@ -58,6 +58,7 @@ /* md_flags */ #define MDP_USEDFPU 0x0001 /* has used the FPU */ +#define MDP_SSTEP 0x0002 /* single-stepped with PT_STEP */ struct lwp;