Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/alpha Make this compile after the netisr_disp...



details:   https://anonhg.NetBSD.org/src/rev/21766ee02c44
branches:  trunk
changeset: 482822:21766ee02c44
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Feb 22 15:43:54 2000 +0000

description:
Make this compile after the netisr_dispatch change.

diffstat:

 sys/arch/alpha/alpha/machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b0a50af2adfc -r 21766ee02c44 sys/arch/alpha/alpha/machdep.c
--- a/sys/arch/alpha/alpha/machdep.c    Tue Feb 22 15:00:43 2000 +0000
+++ b/sys/arch/alpha/alpha/machdep.c    Tue Feb 22 15:43:54 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.195 2000/02/21 20:38:46 erh Exp $ */
+/* $NetBSD: machdep.c,v 1.196 2000/02/22 15:43:54 thorpej Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -79,7 +79,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.195 2000/02/21 20:38:46 erh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.196 2000/02/22 15:43:54 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1850,7 +1850,7 @@
 #define        DONETISR(bit, fn)                                               \
        do {                                                            \
                if (n & (1 << (bit)))                                   \
-                       fn;                                             \
+                       fn();                                           \
        } while (0)
 
 #include <net/netisr_dispatch.h>



Home | Main Index | Thread Index | Old Index