[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B17771B.7050902@kernel.org>
Date: Thu, 03 Dec 2009 17:30:19 +0900
From: Tejun Heo <tj@...nel.org>
To: michal.simek@...alogix.com
CC: Stephen Rothwell <sfr@...b.auug.org.au>,
linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>
Subject: Re: linux-next: Tree for December 3
Hello,
On 12/03/2009 04:40 PM, Michal Simek wrote:
> todays tree is working on MMU microblaze correctly without any visible
> problem but noMMU microblaze kernel still have that bug as I reported
> some days ago.
Other than triggering WARN_ON(), it doesn't cause any other problems,
right? It's probably because SMP_CACHE_BYTES on that configuration is
lower than 8. What is the value of SMP_CACHE_BYTES on the
configuration? Also, doesn't the Linus's tree have the same problem?
The somewhat spurious WARN_ON() in percpu allocator should probably be
just removed or bumped to check against PAGE_SIZE as SMP code does.
The problem is that on UP even though the function takes @align
parameter, it just ignores it. :-(
Thanks.
--
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists