Re: [PATCH] PPC/PPC64: Abstract cpu_feature checks.

2005-02-06 Thread Arnd Bergmann
On Sünndag 06 Februar 2005 04:26, Olof Johansson wrote: > > Abstract most manual mask checks of cpu_features with cpu_has_feature() >   Just to get back to the point of consistant naming: In case we do the other proposed changes as well, is everyone happy with the following function names? cpu_ha

Re: [PATCH] PPC/PPC64: Abstract cpu_feature checks.

2005-02-05 Thread Olof Johansson
Doh, forgot to do a final refpatch after fixing build error. I blame it on lack of morning coffee. Here's a proper version: Abstract most manual mask checks of cpu_features with cpu_has_feature() Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> --- linux-2.5-olof/arch/ppc/kernel/ppc_ht

Re: [PATCH] PPC/PPC64: Abstract cpu_feature checks.

2005-02-05 Thread Olof Johansson
Abstract most manual mask checks of cpu_features with cpu_has_feature() Signed-off-by: Olof Johansson <[EMAIL PROTECTED]> --- linux-2.5-olof/arch/ppc/kernel/ppc_htab.c|8 +++--- linux-2.5-olof/arch/ppc/kernel/setup.c |4 +-- linux-2.5-olof/arch/ppc/kernel/tem