/[hurd]/hurd-l4/physmem/physmem.c
ViewVC logotype

Diff of /hurd-l4/physmem/physmem.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by marcus, Mon Oct 25 15:13:00 2004 UTC revision 1.19 by marcus, Wed Oct 27 20:18:46 2004 UTC
# Line 121  create_bootstrap_caps (hurd_cap_bucket_t Line 121  create_bootstrap_caps (hurd_cap_bucket_t
121              }              }
122            else            else
123              {              {
               unsigned int i;  
   
124                err = container_alloc (nr_fpages, fpages, &obj);                err = container_alloc (nr_fpages, fpages, &obj);
125    
126                if (err)                if (err)
# Line 210  physmem_server (void *arg) Line 208  physmem_server (void *arg)
208    hurd_cap_bucket_worker_alloc (bucket, true);    hurd_cap_bucket_worker_alloc (bucket, true);
209    
210    /* No root object is provided by the physmem server.  */    /* No root object is provided by the physmem server.  */
211    /* FIXME: Use a worker timeout (eventually).  */    /* FIXME: Use a worker timeout (there is no issue: even if they
212         timeout before the task server is up and running, the threads
213         will be cached in pthread and are still available for
214         allocation).  */
215    err = hurd_cap_bucket_manage_mt (bucket, NULL, 0, 0);    err = hurd_cap_bucket_manage_mt (bucket, NULL, 0, 0);
216    if (err)    if (err)
217      debug ("bucket_manage_mt failed: %i\n", err);      debug ("bucket_manage_mt failed: %i\n", err);
# Line 268  main (int argc, char *argv[]) Line 269  main (int argc, char *argv[])
269    
270    get_task_cap ();    get_task_cap ();
271    
272      /* FIXME: get device cap.  */
273    
274    /* FIXME: Eventually, add shutdown support on wortels(?)    /* FIXME: Eventually, add shutdown support on wortels(?)
275       request.  */       request.  */
276    while (1)    while (1)

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26