Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/m68k/m68k lwp_uc_pool has been replaced with kmem(9)



details:   https://anonhg.NetBSD.org/src/rev/25325caab297
branches:  trunk
changeset: 754290:25325caab297
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Apr 26 15:07:01 2010 +0000

description:
lwp_uc_pool has been replaced with kmem(9)
so also replace <sys/pool.h> with <sys/kmem.h>.

diffstat:

 sys/arch/m68k/m68k/m68k_syscall.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a0317d004883 -r 25325caab297 sys/arch/m68k/m68k/m68k_syscall.c
--- a/sys/arch/m68k/m68k/m68k_syscall.c Mon Apr 26 13:38:42 2010 +0000
+++ b/sys/arch/m68k/m68k/m68k_syscall.c Mon Apr 26 15:07:01 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: m68k_syscall.c,v 1.40 2010/04/23 19:18:09 rmind Exp $  */
+/*     $NetBSD: m68k_syscall.c,v 1.41 2010/04/26 15:07:01 tsutsui Exp $        */
 
 /*-
  * Portions Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -110,7 +110,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: m68k_syscall.c,v 1.40 2010/04/23 19:18:09 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: m68k_syscall.c,v 1.41 2010/04/26 15:07:01 tsutsui Exp $");
 
 #include "opt_execfmt.h"
 #include "opt_compat_netbsd.h"
@@ -120,7 +120,7 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/proc.h>
-#include <sys/pool.h>
+#include <sys/kmem.h>
 #include <sys/acct.h>
 #include <sys/kernel.h>
 #include <sys/sa.h>



Home | Main Index | Thread Index | Old Index