Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/include Specify the interrupt frame as the arg...



details:   https://anonhg.NetBSD.org/src/rev/4c9c80416bad
branches:  trunk
changeset: 539830:4c9c80416bad
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Wed Nov 27 00:41:59 2002 +0000

description:
Specify the interrupt frame as the argument to i386_int(un)lock.

diffstat:

 sys/arch/i386/include/intr.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r d59859e5c1e0 -r 4c9c80416bad sys/arch/i386/include/intr.h
--- a/sys/arch/i386/include/intr.h      Tue Nov 26 23:54:09 2002 +0000
+++ b/sys/arch/i386/include/intr.h      Wed Nov 27 00:41:59 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.32 2002/11/23 10:37:09 fvdl Exp $   */
+/*     $NetBSD: intr.h,v 1.33 2002/11/27 00:41:59 fvdl Exp $   */
 
 /*-
  * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -262,8 +262,8 @@
 void i386_broadcast_ipi(int);
 void i386_multicast_ipi(int, int);
 void i386_ipi_handler(void);
-void i386_intlock(void);
-void i386_intunlock(void);
+void i386_intlock(struct intrframe);
+void i386_intunlock(struct intrframe);
 #endif
 
 #endif /* !_LOCORE */



Home | Main Index | Thread Index | Old Index