Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc Put malloc.h back; we still need it.



details:   https://anonhg.NetBSD.org/src/rev/fc6de99b45c5
branches:  trunk
changeset: 796113:fc6de99b45c5
user:      rmind <rmind%NetBSD.org@localhost>
date:      Tue May 20 18:32:08 2014 +0000

description:
Put malloc.h back; we still need it.

diffstat:

 sys/arch/sparc/sparc/cpu.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 6289f891eda1 -r fc6de99b45c5 sys/arch/sparc/sparc/cpu.c
--- a/sys/arch/sparc/sparc/cpu.c        Tue May 20 18:25:54 2014 +0000
+++ b/sys/arch/sparc/sparc/cpu.c        Tue May 20 18:32:08 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu.c,v 1.245 2014/05/19 22:47:53 rmind Exp $ */
+/*     $NetBSD: cpu.c,v 1.246 2014/05/20 18:32:08 rmind Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -52,7 +52,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.245 2014/05/19 22:47:53 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.246 2014/05/20 18:32:08 rmind Exp $");
 
 #include "opt_multiprocessor.h"
 #include "opt_lockdebug.h"
@@ -62,6 +62,7 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/device.h>
+#include <sys/malloc.h>
 #include <sys/kernel.h>
 #include <sys/evcnt.h>
 #include <sys/xcall.h>



Home | Main Index | Thread Index | Old Index