All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2][KERNEL] crownbay: set cpu type to MATOM
@ 2011-03-30 19:49 Tom Zanussi
  0 siblings, 0 replies; only message in thread
From: Tom Zanussi @ 2011-03-30 19:49 UTC (permalink / raw)
  To: bruce.ashfield, poky

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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-03-30 19:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-30 19:49 [PATCH 2/2][KERNEL] crownbay: set cpu type to MATOM Tom Zanussi

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.