Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/include COPY_SIGCODE is never referenced in the...



details:   https://anonhg.NetBSD.org/src/rev/665cef8728b6
branches:  trunk
changeset: 504231:665cef8728b6
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sun Feb 25 17:04:54 2001 +0000

description:
COPY_SIGCODE is never referenced in the kernel, and the comment attached to it
is out of date. Assume it's obsolete and g/c it.

diffstat:

 sys/arch/arm/include/cpu.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 84b5e93c28d1 -r 665cef8728b6 sys/arch/arm/include/cpu.h
--- a/sys/arch/arm/include/cpu.h        Sun Feb 25 16:15:07 2001 +0000
+++ b/sys/arch/arm/include/cpu.h        Sun Feb 25 17:04:54 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.h,v 1.1 2001/02/23 21:23:47 reinoud Exp $  */
+/*     $NetBSD: cpu.h,v 1.2 2001/02/25 17:04:54 bjh21 Exp $    */
 
 /*
  * Copyright (c) 1994-1996 Mark Brinicombe.
@@ -74,8 +74,6 @@
 #endif
 #endif /* CPU_ARM7500 */
 
-#define COPY_SIGCODE    /* copy sigcode above user stack in exec */
- 
 /*
  * ARM Process Status Register
  *



Home | Main Index | Thread Index | Old Index