Module Name:    src
Committed By:   pooka
Date:           Thu Oct  8 00:36:56 UTC 2009

Modified Files:
        src/sys/rump/librump/rumpkern: rump.c

Log Message:
remove extraneous call to secmodel_suser_start()


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/rump/librump/rumpkern/rump.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/librump/rumpkern/rump.c
diff -u src/sys/rump/librump/rumpkern/rump.c:1.118 src/sys/rump/librump/rumpkern/rump.c:1.119
--- src/sys/rump/librump/rumpkern/rump.c:1.118	Mon Oct  5 09:09:29 2009
+++ src/sys/rump/librump/rumpkern/rump.c	Thu Oct  8 00:36:56 2009
@@ -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();

Reply via email to