Module Name: src Committed By: thorpej Date: Fri May 17 22:21:17 UTC 2024
Modified Files: src/sys/arch/vax/include: proc.h Log Message: G/C MDP_AST -- it's not referenced anywhere. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/vax/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/vax/include/proc.h diff -u src/sys/arch/vax/include/proc.h:1.15 src/sys/arch/vax/include/proc.h:1.16 --- src/sys/arch/vax/include/proc.h:1.15 Sun Jul 3 02:18:20 2011 +++ src/sys/arch/vax/include/proc.h Fri May 17 22:21:17 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: proc.h,v 1.15 2011/07/03 02:18:20 matt Exp $ */ +/* $NetBSD: proc.h,v 1.16 2024/05/17 22:21:17 thorpej Exp $ */ /* * Copyright (c) 1991 Regents of the University of California. @@ -51,9 +51,6 @@ struct mdproc { }; -/* md_flags */ -#define MDP_AST 0x0001 /* async trap pending */ - /* kernel stack params */ #define KSTACK_LOWEST_ADDR(l) \ ((char *)(l)->l_addr + (REDZONEADDR + VAX_NBPG))