aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/kernel.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-03-19 16:20:14 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-03-19 16:20:14 +0000
commitdf4e524d8dd89f83a848e2641b3d2bcbb07807d9 (patch)
tree3afdc4cfaaa549f32778395f5edac611fa2f13cf /extras/mini-os/kernel.c
parent6fef410021e2f5384a46aca3b6f49a507d331420 (diff)
downloadxen-df4e524d8dd89f83a848e2641b3d2bcbb07807d9.tar.gz
xen-df4e524d8dd89f83a848e2641b3d2bcbb07807d9.tar.bz2
xen-df4e524d8dd89f83a848e2641b3d2bcbb07807d9.zip
minios: Automatically set IP from XenStore information
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to 'extras/mini-os/kernel.c')
-rw-r--r--extras/mini-os/kernel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/mini-os/kernel.c b/extras/mini-os/kernel.c
index 3422648379..a9074fdcf6 100644
--- a/extras/mini-os/kernel.c
+++ b/extras/mini-os/kernel.c
@@ -87,7 +87,7 @@ static void periodic_thread(void *p)
static void netfront_thread(void *p)
{
- init_netfront(NULL, NULL, NULL);
+ init_netfront(NULL, NULL, NULL, NULL);
}
static struct blkfront_dev *blk_dev;