Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpdev provide cpu_bootconf()
details: https://anonhg.NetBSD.org/src/rev/3f173fa03bf3
branches: trunk
changeset: 328470:3f173fa03bf3
user: christos <christos%NetBSD.org@localhost>
date: Fri Apr 04 01:35:11 2014 +0000
description:
provide cpu_bootconf()
diffstat:
sys/rump/librump/rumpdev/rump_dev.c | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 3651b3adb736 -r 3f173fa03bf3 sys/rump/librump/rumpdev/rump_dev.c
--- a/sys/rump/librump/rumpdev/rump_dev.c Fri Apr 04 01:23:34 2014 +0000
+++ b/sys/rump/librump/rumpdev/rump_dev.c Fri Apr 04 01:35:11 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rump_dev.c,v 1.24 2013/09/20 16:49:00 pooka Exp $ */
+/* $NetBSD: rump_dev.c,v 1.25 2014/04/04 01:35:11 christos Exp $ */
/*
* Copyright (c) 2009 Antti Kantee. All Rights Reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump_dev.c,v 1.24 2013/09/20 16:49:00 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump_dev.c,v 1.25 2014/04/04 01:35:11 christos Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -82,6 +82,11 @@
}
void
+cpu_bootconf(void)
+{
+}
+
+void
device_register(device_t dev, void *v)
{
Home |
Main Index |
Thread Index |
Old Index