Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 11 Jul 2001 13:32:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 11 Jul 2001 13:32:34 -0400 Received: from www.wen-online.de ([212.223.88.39]:30222 "EHLO wen-online.de") by vger.kernel.org with ESMTP id ; Wed, 11 Jul 2001 13:32:26 -0400 Date: Wed, 11 Jul 2001 19:31:38 +0200 (CEST) From: Mike Galbraith X-X-Sender: To: Ho Chak Hung cc: Subject: Re: __alloc_pages 4 order allocation failed In-Reply-To: <448CBB1C.4314B00D.0F76C228@netscape.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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/