Re: [PATCH] powerpc: fix typo 'CONFIG_PMAC'

2014-05-22 Thread Andreas Schwab
Paul Bolle writes: > Do you want to know how to test this patch on a 32 bit powermac? Ie, see > if it has any effect, and whether that effect improves things or make > things worse. Yes. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D

Re: [PATCH] powerpc: fix typo 'CONFIG_PMAC'

2014-05-22 Thread Paul Bolle
Andreas, On Wed, 2014-05-21 at 18:08 +0200, Andreas Schwab wrote: > Paul Bolle writes: > > > Commit b0d278b7d3ae ("powerpc/perf_event: Reduce latency of calling > > perf_event_do_pending") added a check for CONFIG_PMAC were a check for > > CONFIG_PPC_PMAC was clearly intended. > > > > Fixes: b0d

Re: [PATCH] powerpc: fix typo 'CONFIG_PMAC'

2014-05-21 Thread Andreas Schwab
Paul Bolle writes: > Commit b0d278b7d3ae ("powerpc/perf_event: Reduce latency of calling > perf_event_do_pending") added a check for CONFIG_PMAC were a check for > CONFIG_PPC_PMAC was clearly intended. > > Fixes: b0d278b7d3ae ("powerpc/perf_event: Reduce latency of calling > perf_event_do_pendin

[PATCH] powerpc: fix typo 'CONFIG_PMAC'

2014-05-20 Thread Paul Bolle
Commit b0d278b7d3ae ("powerpc/perf_event: Reduce latency of calling perf_event_do_pending") added a check for CONFIG_PMAC were a check for CONFIG_PPC_PMAC was clearly intended. Fixes: b0d278b7d3ae ("powerpc/perf_event: Reduce latency of calling perf_event_do_pending") Signed-off-by: Paul Bolle -