/[hurd]/hurd/libdiskfs/disk-pager.c
ViewVC logotype

Diff of /hurd/libdiskfs/disk-pager.c

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

revision 1.8 by roland, Mon Nov 8 21:59:49 1999 UTC revision 1.9 by roland, Mon Dec 31 23:52:44 2001 UTC
# Line 1  Line 1 
1  /* Map the disk image and handle faults accessing it.  /* Map the disk image and handle faults accessing it.
2     Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.     Copyright (C) 1996,97,99,2001 Free Software Foundation, Inc.
3     Written by Roland McGrath.     Written by Roland McGrath.
4    
5     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
# Line 98  fault_handler (int sig, long int sigcode Line 98  fault_handler (int sig, long int sigcode
98               " eip %#x err %#x",               " eip %#x err %#x",
99               sig, sigcode,               sig, sigcode,
100               preemptor.first, preemptor.last,               preemptor.first, preemptor.last,
101               scp->sc_eip, scp->sc_error);               scp->sc_pc, scp->sc_error);
102        assert (scp->sc_error == EKERN_MEMORY_ERROR);        assert (scp->sc_error == EKERN_MEMORY_ERROR);
103        err = pager_get_error (diskfs_disk_pager, sigcode);        err = pager_get_error (diskfs_disk_pager, sigcode);
104        assert (err);        assert (err);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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