linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paul Mundt <lethal@linux-sh.org>
To: linux-sh@vger.kernel.org
Subject: Re: about ap4evb HDMI video
Date: Wed, 22 Dec 2010 04:42:06 +0000	[thread overview]
Message-ID: <20101222044206.GI30700@linux-sh.org> (raw)
In-Reply-To: <w3pbp4g6enp.wl%kuninori.morimoto.gx@renesas.com>

On Tue, Dec 21, 2010 at 10:32:13AM +0900, Kuninori Morimoto wrote:
> > Please let us know what the differences are. If you have a config option
> > enabled that causes an -ENOMEM then we need to know what that is, and
> > what is causing it.
> 
> I checked diff my.config guennadi.config
> The critical config was
> 
> CONFIG_FORCE_MAX_ZONEORDER
> 
> guennadi's config was 12
> my         config was 11
> 
> default value seems 11 ?
> 
For boards that need to do large contiguous allocations it of course
makes sense to have this number bumped up. Most boards however do not
require this, so we always stick with a conservative default.

What happened here is that you tried to alloc a large contiguous block
that exceeded the max order and got an -ENOMEM, so we don't have any
option but to bump the max order for this case.

      parent reply	other threads:[~2010-12-22  4:42 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-20  8:18 about ap4evb HDMI video Kuninori Morimoto
2010-12-20 23:00 ` Guennadi Liakhovetski
2010-12-21  0:36 ` Kuninori Morimoto
2010-12-21  0:36 ` Paul Mundt
2010-12-21  1:32 ` Kuninori Morimoto
2010-12-22  4:42 ` Paul Mundt [this message]

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=20101222044206.GI30700@linux-sh.org \
    --to=lethal@linux-sh.org \
    --cc=linux-sh@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;
as well as URLs for NNTP newsgroup(s).