7-order allocation failed

From: Forever shall I be. (zinx@microsoftisevil.com)
Date: Sun Nov 19 2000 - 01:17:50 EST


I'm getting '__alloc_pages: 7-order allocation failed.' every time I
play something to my maestro card (using the maestro kernel module,
with dsps_order=2)..

I'm assuming the following code is to blame:

/* alloc as big a chunk as we can */
for (order = (dsps_order + (16-PAGE_SHIFT) + 1); order >= (dsps_order + 2 + 1); order--)
        if((rawbuf = (void *)__get_free_pages(GFP_KERNEL|GFP_DMA, order)))
                break;

Of course, it doesn't seem to cause any problems, but the warning is
really starting to get on my nerves...

-- 
Zinx Verituse                        (See headers for gpg/pgp key info)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Nov 23 2000 - 21:00:16 EST