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

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

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

revision 1.15 by neal, Wed Mar 9 10:33:28 2005 UTC revision 1.16 by neal, Wed Mar 9 10:36:15 2005 UTC
# Line 111  container_allocate (hurd_cap_rpc_context Line 111  container_allocate (hurd_cap_rpc_context
111           allocation.  */           allocation.  */
112        struct frame_entry *fe = frame_entry_alloc ();        struct frame_entry *fe = frame_entry_alloc ();
113        if (! fe)        if (! fe)
114          break;          {
115              err = ENOMEM;
116              break;
117            }
118    
119        err = frame_entry_new (container, fe, start + l4_address (fpages[i]),        err = frame_entry_new (container, fe, start + l4_address (fpages[i]),
120                               l4_size (fpages[i]));                               l4_size (fpages[i]));

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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