Remove COPY_SIGCODE definition, which is not used anywhere.

This commit is contained in:
tsutsui 2005-11-15 13:45:30 +00:00
parent a452ef42e4
commit 45991188b7
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: cpu.h,v 1.19 2005/11/05 09:50:51 tsutsui Exp $ */
/* $NetBSD: cpu.h,v 1.20 2005/11/15 13:45:30 tsutsui Exp $ */
/* $OpenBSD: cpu.h,v 1.9 1998/01/28 13:46:10 pefo Exp $ */
#ifndef _ARC_CPU_H_
@ -16,8 +16,6 @@
* definitions of cpu-dependent requirements
* referenced in generic code
*/
#define COPY_SIGCODE /* copy sigcode above user stack in exec */
#define INT_MASK_REAL_DEV MIPS3_HARD_INT_MASK /* XXX */
#endif /* _ARC_CPU_H_ */