/[hurd]/hurd-l4/laden/kip-fixup.c
ViewVC logotype

Diff of /hurd-l4/laden/kip-fixup.c

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

revision 1.3 by marcus, Sun Sep 7 19:49:01 2003 UTC revision 1.4 by marcus, Fri Sep 19 18:50:12 2003 UTC
# Line 35  kip_fixup (void) Line 35  kip_fixup (void)
35    
36    if ((l4_word_t) kip >= kernel.high)    if ((l4_word_t) kip >= kernel.high)
37      panic ("No KIP found in the kernel.\n");      panic ("No KIP found in the kernel.\n");
38    debug ("KIP found at address 0x%x.\n", kip);    debug ("KIP found at address %p.\n", kip);
39    
40    kip2 = kip + 0x1000;    kip2 = kip + 0x1000;
41    while ((l4_word_t) kip2 < kernel.high    while ((l4_word_t) kip2 < kernel.high

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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