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 remove extraneous call to secmodel...



details:   https://anonhg.NetBSD.org/src/rev/35994f47d813
branches:  trunk
changeset: 747989:35994f47d813
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Oct 08 00:36:56 2009 +0000

description:
remove extraneous call to secmodel_suser_start()

diffstat:

 sys/rump/librump/rumpkern/rump.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 2e651830eb54 -r 35994f47d813 sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c  Thu Oct 08 00:34:54 2009 +0000
+++ b/sys/rump/librump/rumpkern/rump.c  Thu Oct 08 00:36:56 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump.c,v 1.118 2009/10/05 09:09:29 pooka Exp $ */
+/*     $NetBSD: rump.c,v 1.119 2009/10/08 00:36:56 pooka Exp $ */
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.118 2009/10/05 09:09:29 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.119 2009/10/08 00:36:56 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -256,7 +256,6 @@
        module_init();
        softint_init(&rump_cpu);
        devsw_init();
-       secmodel_suser_start();
 
        /* these do nothing if not present */
        rump_vfs_init();



Home | Main Index | Thread Index | Old Index