* [GIT PULL] sh updates for 2.6.31-rc1, part 3.
@ 2009-06-23 18:40 Paul Mundt
2009-06-24 1:31 ` Kyle McMartin
0 siblings, 1 reply; 3+ messages in thread
From: Paul Mundt @ 2009-06-23 18:40 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-sh, linux-kernel
Nothing too interesting here, mostly SMP fixups aimed at SH7786..
A couple of build issues popped up in the last few days as well,
so clean those up too.
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Which contains:
Paul Mundt (6):
sh: Provide cpu_idle_wait() to fix up cpuidle/SMP build.
sh: Use local TLB flush in set_pte_phys().
sh: Wire up the uncached fixmap on sh64 as well.
sh: SH7786 SMP support.
sh: Fix up more dma-mapping fallout.
sh: Fix up HAVE_PERF_COUNTERS typo.
arch/sh/Kconfig | 12 ++++++++++--
arch/sh/include/asm/dma-mapping.h | 12 ++++++------
arch/sh/include/asm/system.h | 1 +
arch/sh/kernel/cpu/sh4a/Makefile | 6 +++---
arch/sh/kernel/cpu/sh4a/setup-sh7786.c | 29 +++++++++--------------------
arch/sh/kernel/idle.c | 23 ++++++++++++++++++++++-
arch/sh/mm/init.c | 4 +---
7 files changed, 52 insertions(+), 35 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [GIT PULL] sh updates for 2.6.31-rc1, part 3.
2009-06-23 18:40 [GIT PULL] sh updates for 2.6.31-rc1, part 3 Paul Mundt
@ 2009-06-24 1:31 ` Kyle McMartin
2009-06-24 7:02 ` Paul Mundt
0 siblings, 1 reply; 3+ messages in thread
From: Kyle McMartin @ 2009-06-24 1:31 UTC (permalink / raw)
To: Paul Mundt, Linus Torvalds, linux-sh, linux-kernel
On Wed, Jun 24, 2009 at 03:40:33AM +0900, Paul Mundt wrote:
> sh: Fix up HAVE_PERF_COUNTERS typo.
>
just fyi while wiring this up myself...
Your set_perf_counter_pending when CONFIG_PERF_COUNTERS=y is wrong,
as it's a extern in <linux/perf_counters.h>, you'll probably want to
make it a static inline. (Yeah, I blagged your header. ;-)
cheers, Kyle
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] sh updates for 2.6.31-rc1, part 3.
2009-06-24 1:31 ` Kyle McMartin
@ 2009-06-24 7:02 ` Paul Mundt
0 siblings, 0 replies; 3+ messages in thread
From: Paul Mundt @ 2009-06-24 7:02 UTC (permalink / raw)
To: Kyle McMartin; +Cc: Linus Torvalds, linux-sh, linux-kernel
On Tue, Jun 23, 2009 at 09:31:37PM -0400, Kyle McMartin wrote:
> On Wed, Jun 24, 2009 at 03:40:33AM +0900, Paul Mundt wrote:
> > sh: Fix up HAVE_PERF_COUNTERS typo.
> >
>
> just fyi while wiring this up myself...
>
> Your set_perf_counter_pending when CONFIG_PERF_COUNTERS=y is wrong,
> as it's a extern in <linux/perf_counters.h>, you'll probably want to
> make it a static inline. (Yeah, I blagged your header. ;-)
>
Figures, I copied it from an earlier x86 version ;-)
I'll fix it up, thanks for the note.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-06-24 7:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-23 18:40 [GIT PULL] sh updates for 2.6.31-rc1, part 3 Paul Mundt
2009-06-24 1:31 ` Kyle McMartin
2009-06-24 7:02 ` Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox