summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev/dino.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/dev/dino.c')
-rw-r--r--sys/arch/hppa/dev/dino.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/dev/dino.c b/sys/arch/hppa/dev/dino.c
index 0d88cbce619..780c39c45e9 100644
--- a/sys/arch/hppa/dev/dino.c
+++ b/sys/arch/hppa/dev/dino.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dino.c,v 1.27 2010/04/29 13:48:29 jsing Exp $ */
+/* $OpenBSD: dino.c,v 1.28 2010/09/22 02:28:37 jsg Exp $ */
/*
* Copyright (c) 2003-2005 Michael Shalayeff
@@ -639,7 +639,7 @@ dino_alloc_parent(struct device *self, struct pci_attach_args *pa, int io)
return (NULL);
extent_free(ex, start, size, EX_NOWAIT);
- return rbus_new_root_share(tag, ex, start, size, 0);
+ return rbus_new_root_share(tag, ex, start, size);
}
#endif