Messages in this thread |  | | | Date | Wed, 11 Jul 2001 19:31:38 +0200 (CEST) | | From | Mike Galbraith <> | | Subject | Re: __alloc_pages 4 order allocation failed |
| |
On Wed, 11 Jul 2001, Ho Chak Hung wrote:
> Hi, > but there isn't any call in the module to allocate 4 order pages. There are only calls to allocate 0 order pages. alloc_pages(GFP_KERNEL, 0)is the only call to allocate page in the whole module.
Then it's not your module :)
Some driver may be asking for order 4, but settling for less when that fails.
-Mike
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |