another vmalloc -> vmalloc_32 BUG() in bttv.c (ac19)

From: wollny (wollny@cns.mpg.de)
Date: Fri Jun 16 2000 - 14:11:13 EDT

  • Next message: George Sexton: "RE: Stability (2.2.14/15/16/17pre1)"

    Hit BUG() in bttv.c:241

    The same reason as last time, but another place.

    best wishes

    Gert

    --- linux-ac19/drivers/char/bttv.c Tue Jun 13 22:31:20 2000
    +++ linux-test/drivers/char/bttv.c Fri Jun 16 19:37:34 2000
    @@ -286,7 +286,7 @@
             void * mem;
             unsigned long adr, page;
     
    - mem=vmalloc(size);
    + mem=vmalloc_32(size);
             if (mem)
             {
                     memset(mem, 0, size); /* Clear the ram out, no junk to the user */

    --
    Plase CC me when posting to linux-kernel
    

    - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



    This archive was generated by hypermail 2b29 : Fri Jun 16 2000 - 14:26:51 EDT