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 fix typo



details:   https://anonhg.NetBSD.org/src/rev/75084fc71c63
branches:  trunk
changeset: 784001:75084fc71c63
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Jan 14 16:52:35 2013 +0000

description:
fix typo

diffstat:

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

diffs (27 lines):

diff -r 1a0479ae44a8 -r 75084fc71c63 sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c  Mon Jan 14 16:50:54 2013 +0000
+++ b/sys/rump/librump/rumpkern/rump.c  Mon Jan 14 16:52:35 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump.c,v 1.249 2013/01/14 16:45:47 pooka Exp $ */
+/*     $NetBSD: rump.c,v 1.250 2013/01/14 16:52:35 pooka Exp $ */
 
 /*
  * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.249 2013/01/14 16:45:47 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.250 2013/01/14 16:52:35 pooka Exp $");
 
 #include <sys/systm.h>
 #define ELFSIZE ARCH_ELFSIZE
@@ -500,7 +500,7 @@
                }
        }
 
-       rump_component_init(RUMP_COMPONENT_POSTBOOT);
+       rump_component_init(RUMP_COMPONENT_POSTINIT);
 
        /* release cpu */
        rump_unschedule();



Home | Main Index | Thread Index | Old Index