buildkernel failure at src/sys/i386/i386/pmap.c

From: Jon Noack (noackjr_at_alumni.rice.edu)
Date: 06/30/04

  • Next message: Ronald Klop: "Re: panic: kmem_malloc; Should I increase some setting?"
    Date: Tue, 29 Jun 2004 19:14:56 -0500
    To: current@freebsd.org
    
    

    /usr/src/sys/i386/i386/pmap.c: In function `pmap_remove_pages':
    /usr/src/sys/i386/i386/pmap.c:2598: error: structure has no member named
    `pv_ptem'
    /usr/src/sys/i386/i386/pmap.c:2598: error: too many arguments to
    function `pmap_unuse_pt'
    *** Error code 1

    untested fix:
    $ cvs diff pmap.c
    Index: pmap.c
    ===================================================================
    RCS file: /home/ncvs/src/sys/i386/i386/pmap.c,v
    retrieving revision 1.479
    diff -r1.479 pmap.c
    2598c2598
    < pmap_unuse_pt(pmap, pv->pv_va, pv->pv_ptem);

    ---
     >               pmap_unuse_pt(pmap, pv->pv_va);
    Jon Noack
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
    

  • Next message: Ronald Klop: "Re: panic: kmem_malloc; Should I increase some setting?"

    Relevant Pages

    • Re: buildkernel failure at src/sys/i386/i386/pmap.c
      ... > $ cvs diff pmap.c ... > retrieving revision 1.479 ... > diff -r1.479 pmap.c ...
      (freebsd-current)
    • Re: Freeze
      ... On Monday 06 December 2004 08:59 am, Peter Holm wrote: ... > cvs diff: Diffing. ... > retrieving revision 1.110 ...
      (freebsd-current)
    • Re: Freeze
      ... > can fail if any of the init functions fail for example, ... You can try this hack ... > retrieving revision 1.110 ... cvs diff: Diffing. ...
      (freebsd-current)
    • New fxp PCI-id patch for ICH7
      ... with ICH7R work. ... euklides# cvs diff ... retrieving revision 1.240 ...
      (freebsd-current)
    • panic: uma_zone_slab is looping
      ... $ cvs diff -u uma_core.c ... retrieving revision 1.110 ... To unsubscribe, ...
      (freebsd-current)