Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/playstation2/playstation2 md_imask_update is not an...
details: https://anonhg.NetBSD.org/src/rev/ec8627bdb167
branches: trunk
changeset: 797062:ec8627bdb167
user: martin <martin%NetBSD.org@localhost>
date: Fri Jul 04 07:27:28 2014 +0000
description:
md_imask_update is not an inline function, fix declaration.
diffstat:
sys/arch/playstation2/playstation2/interrupt.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r cfa26b930e1b -r ec8627bdb167 sys/arch/playstation2/playstation2/interrupt.h
--- a/sys/arch/playstation2/playstation2/interrupt.h Fri Jul 04 07:03:35 2014 +0000
+++ b/sys/arch/playstation2/playstation2/interrupt.h Fri Jul 04 07:27:28 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: interrupt.h,v 1.5 2014/03/31 11:25:49 martin Exp $ */
+/* $NetBSD: interrupt.h,v 1.6 2014/07/04 07:27:28 martin Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -60,4 +60,4 @@
/* SPL */
void md_ipl_register(enum ipl_type, struct _ipl_holder *);
-inline void md_imask_update(void);
+void md_imask_update(void);
Home |
Main Index |
Thread Index |
Old Index