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 Fix build for Alpha.
details: https://anonhg.NetBSD.org/src/rev/94ceb8e46542
branches: trunk
changeset: 755818:94ceb8e46542
user: rmind <rmind%NetBSD.org@localhost>
date: Wed Jun 23 13:52:26 2010 +0000
description:
Fix build for Alpha.
diffstat:
sys/arch/alpha/alpha/ipifuncs.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r 6bc5c3c681d4 -r 94ceb8e46542 sys/arch/alpha/alpha/ipifuncs.c
--- a/sys/arch/alpha/alpha/ipifuncs.c Wed Jun 23 11:19:17 2010 +0000
+++ b/sys/arch/alpha/alpha/ipifuncs.c Wed Jun 23 13:52:26 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ipifuncs.c,v 1.42 2010/06/22 18:29:01 rmind Exp $ */
+/* $NetBSD: ipifuncs.c,v 1.43 2010/06/23 13:52:26 rmind Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: ipifuncs.c,v 1.42 2010/06/22 18:29:01 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipifuncs.c,v 1.43 2010/06/23 13:52:26 rmind Exp $");
/*
* Interprocessor interrupt handlers.
@@ -46,6 +46,7 @@
#include <sys/atomic.h>
#include <sys/cpu.h>
#include <sys/intr.h>
+#include <sys/xcall.h>
#include <uvm/uvm_extern.h>
@@ -317,7 +318,7 @@
* MD support for xcall(9) interface.
*/
-static void
+void
alpha_ipi_xcall(struct cpu_info *ci, struct trapframe *framep)
{
Home |
Main Index |
Thread Index |
Old Index