Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/include struct cpu_info;
details: https://anonhg.NetBSD.org/src/rev/47f0e1787395
branches: trunk
changeset: 789594:47f0e1787395
user: matt <matt%NetBSD.org@localhost>
date: Sat Aug 24 15:42:29 2013 +0000
description:
struct cpu_info;
diffstat:
sys/arch/powerpc/include/softint.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 8e0c9084aaf7 -r 47f0e1787395 sys/arch/powerpc/include/softint.h
--- a/sys/arch/powerpc/include/softint.h Sat Aug 24 08:21:55 2013 +0000
+++ b/sys/arch/powerpc/include/softint.h Sat Aug 24 15:42:29 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: softint.h,v 1.2 2013/08/23 06:18:14 matt Exp $ */
+/* $NetBSD: softint.h,v 1.3 2013/08/24 15:42:29 matt Exp $ */
/*-
* Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -37,8 +37,6 @@
#ifndef _POWERPC_SOFTINT_H_
#define _POWERPC_SOFTINT_H_
-//#include <sys/intr.h>
-
#ifdef __HAVE_FAST_SOFTINTS
#ifdef __INTR_PRIVATE
@@ -69,6 +67,7 @@
#endif /* __INTR_PRIVATE */
#ifdef _KERNEL
+struct cpu_info;
void powerpc_softint(struct cpu_info *, int, vaddr_t);
void powerpc_softint_init_md(lwp_t *, u_int, uintptr_t *);
void powerpc_softint_trigger(uintptr_t);
Home |
Main Index |
Thread Index |
Old Index