Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm32/arm32 setsoftast is a macro now.



details:   https://anonhg.NetBSD.org/src/rev/ab36e5b2cf9f
branches:  trunk
changeset: 509016:ab36e5b2cf9f
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Tue Apr 24 18:21:10 2001 +0000

description:
setsoftast is a macro now.

diffstat:

 sys/arch/arm32/arm32/intr.c |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r b00638e3b3e3 -r ab36e5b2cf9f sys/arch/arm32/arm32/intr.c
--- a/sys/arch/arm32/arm32/intr.c       Tue Apr 24 18:20:21 2001 +0000
+++ b/sys/arch/arm32/arm32/intr.c       Tue Apr 24 18:21:10 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.c,v 1.23 2001/01/15 20:19:52 thorpej Exp $        */
+/*     $NetBSD: intr.c,v 1.24 2001/04/24 18:21:10 bjh21 Exp $  */
 
 /*
  * Copyright (c) 1994-1998 Mark Brinicombe.
@@ -106,12 +106,6 @@
 
 int astpending;
 
-void
-setsoftast()
-{
-       astpending = 1;
-}
-
 /* Handle software interrupts */
 
 void



Home | Main Index | Thread Index | Old Index