Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/pic Add missing sys/xcall.h inclusion, remo...



details:   https://anonhg.NetBSD.org/src/rev/8f2e38689d2f
branches:  trunk
changeset: 755863:8f2e38689d2f
user:      rmind <rmind%NetBSD.org@localhost>
date:      Fri Jun 25 19:00:05 2010 +0000

description:
Add missing sys/xcall.h inclusion, remove sys/malloc.h one.

diffstat:

 sys/arch/powerpc/pic/ipi.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 9a3c963c35ef -r 8f2e38689d2f sys/arch/powerpc/pic/ipi.c
--- a/sys/arch/powerpc/pic/ipi.c        Fri Jun 25 18:30:16 2010 +0000
+++ b/sys/arch/powerpc/pic/ipi.c        Fri Jun 25 19:00:05 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ipi.c,v 1.5 2010/06/22 18:29:02 rmind Exp $ */
+/* $NetBSD: ipi.c,v 1.6 2010/06/25 19:00:05 rmind Exp $ */
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ipi.c,v 1.5 2010/06/22 18:29:02 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipi.c,v 1.6 2010/06/25 19:00:05 rmind Exp $");
 
 #include "opt_multiprocessor.h"
 #include "opt_pic.h"
@@ -37,8 +37,8 @@
 #include "opt_altivec.h"
 
 #include <sys/param.h>
-#include <sys/malloc.h>
 #include <sys/kernel.h>
+#include <sys/xcall.h>
 
 #include <powerpc/atomic.h>
 #include <powerpc/fpu.h>



Home | Main Index | Thread Index | Old Index