mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Forever shall I be." <zinx@microsoftisevil.com>
To: linux-kernel@vger.kernel.org
Subject: 7-order allocation failed
Date: Sun, 19 Nov 2000 00:17:50 -0600	[thread overview]
Message-ID: <20001119001750.A27537@bliss.zebra.net> (raw)

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/

             reply	other threads:[~2000-11-19  6:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-19  6:17 Forever shall I be. [this message]
2000-11-19 12:52 ` Alan Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20001119001750.A27537@bliss.zebra.net \
    --to=zinx@microsoftisevil.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®