/[hurd]/hurd-l4/libhurd-mm/pager.c
ViewVC logotype

Diff of /hurd-l4/libhurd-mm/pager.c

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

revision 1.1 by neal, Tue Jan 11 18:15:26 2005 UTC revision 1.2 by neal, Wed Mar 9 10:26:03 2005 UTC
# Line 96  pager (void) Line 96  pager (void)
96            if (map->store == &swap_store)            if (map->store == &swap_store)
97              {              {
98                /* XXX: Until we have a real swap server we (correctly)                /* XXX: Until we have a real swap server we (correctly)
99                   assume that it there is no frame then memory has just                   assume that if there is no frame then memory has just
100                   not yet been allocated.  */                   not yet been allocated (i.e. it is not just paged
101                     out).  */
102                frame = frame_alloc (getpagesize ());                frame = frame_alloc (getpagesize ());
103                if (! frame)                if (! frame)
104                  panic ("frame_alloc failed.");                  panic ("frame_alloc failed.");

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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