summaryrefslogtreecommitdiff
path: root/hieronymus/hieronymus.c
diff options
context:
space:
mode:
authorneal <neal>2008-02-13 14:33:25 +0000
committerneal <neal>2008-02-13 14:33:25 +0000
commit2c6d94ff01c2674c9708fc866b3a2e4103910d77 (patch)
tree2f5acf4862a97bd1b1bd8e9ed64a4f939d77d2ac /hieronymus/hieronymus.c
parenta1b2f4cc72e191b7686e7cdec7ebd9b2fee92c20 (diff)
libhurd-mm/
2008-02-13 Neal H. Walfield <neal@gnu.org> * storage.h (storage_alloc): Take additional parameter policy. Update callers. * storage.c (storage_alloc): Take additional parameter policy. Use it when allocating the object and updating the shadow capability slots. libpthread/ 2008-02-13 Neal H. Walfield <neal@gnu.org> * sysdeps/l4/hurd/pt-thread-alloc.c (__pthread_thread_alloc): Update use of storage_alloc to be consistent with new API. newlib/ 2008-02-13 Neal H. Walfield <neal@gnu.org> * addon/newlib/libc/sys/hurd/getreent.c (slab_alloc): Update use of storage_alloc to be consistent with new API. ruth/ 2008-02-13 Neal H. Walfield <neal@gnu.org> * ruth.c (main): Update use of storage_alloc to be consistent with new API.
Diffstat (limited to 'hieronymus/hieronymus.c')
-rw-r--r--hieronymus/hieronymus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hieronymus/hieronymus.c b/hieronymus/hieronymus.c
index 25d9095..14edfb4 100644
--- a/hieronymus/hieronymus.c
+++ b/hieronymus/hieronymus.c
@@ -57,7 +57,7 @@ activity_alloc (struct activity_policy policy)
{
struct storage storage
= storage_alloc (root_activity, cap_activity_control, STORAGE_LONG_LIVED,
- ADDR_VOID);
+ OBJECT_POLICY_DEFAULT, ADDR_VOID);
if (! storage.cap)
panic ("Failed to allocate storage.");