Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern Fixed build when using unreal allo...



details:   https://anonhg.NetBSD.org/src/rev/d107f2e9fe3a
branches:  trunk
changeset: 750301:d107f2e9fe3a
user:      stacktic <stacktic%NetBSD.org@localhost>
date:      Wed Dec 23 17:16:40 2009 +0000

description:
Fixed build when using unreal allocators.

diffstat:

 sys/rump/librump/rumpkern/memalloc.c |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r fc0737070919 -r d107f2e9fe3a sys/rump/librump/rumpkern/memalloc.c
--- a/sys/rump/librump/rumpkern/memalloc.c      Wed Dec 23 14:17:19 2009 +0000
+++ b/sys/rump/librump/rumpkern/memalloc.c      Wed Dec 23 17:16:40 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: memalloc.c,v 1.2 2009/11/27 13:45:15 pooka Exp $       */
+/*     $NetBSD: memalloc.c,v 1.3 2009/12/23 17:16:40 stacktic Exp $    */
 
 /*
  * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
@@ -226,6 +226,13 @@
        return true;
 }
 
+void
+pool_cache_cpu_init(struct cpu_info *ci)
+{
+
+       return;
+}
+
 void *
 pool_get(struct pool *pp, int flags)
 {



Home | Main Index | Thread Index | Old Index