All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Zanussi <tom.zanussi@intel.com>
To: bruce.ashfield@windriver.com,poky@yoctoproject.org
Subject: [PATCH 2/2][KERNEL] crownbay: set cpu type to MATOM
Date: Wed, 30 Mar 2011 14:49:36 -0500	[thread overview]
Message-ID: <1bdc18$k27691@fmsmga002.fm.intel.com> (raw)

From: Tom Zanussi <tom.zanussi@intel.com>

NET_SKB_PAD was changed by commit 5933dd2f028cdcbb [net: NET_SKB_PAD
should depend on L1_CACHE_BYTES] to L1_CACHE_BYTES.  Atom processors
have L1_CACHE_BYTES at 64, whereas the default M686 sets it to 32.
This causes problems for the pch_gbe driver.

Fix for [BUGID #905].

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
index 4ab5a86..dde8412 100644
--- a/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
+++ b/meta/cfg/kernel-cache/bsp/crownbay/crownbay.cfg
@@ -1,4 +1,5 @@
 CONFIG_X86_32=y
+CONFIG_MATOM=y
 CONFIG_PRINTK=y
 
 # Basic hardware support for the box - network, USB, PCI, sound
-- 
1.7.0.4



                 reply	other threads:[~2011-03-30 19:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='1bdc18$k27691@fmsmga002.fm.intel.com' \
    --to=tom.zanussi@intel.com \
    --cc=bruce.ashfield@windriver.com \
    --cc=poky@yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.