Re: Linux 2.6.12.3

2005-07-16 Thread Adrian Bunk
On Fri, Jul 15, 2005 at 09:48:16PM -0700, Greg KH wrote: >... > Summary of changes from v2.6.12.2 to v2.6.12.3 > == >... > Ralf Baechle: > SMP fix for 6pack driver >... Will this patch [1] also be forward-ported to Linus' tree, or will 2.6.12.3 stay t

Re: Linux 2.6.12.3

2005-07-15 Thread Greg KH
diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 12 -EXTRAVERSION = .2 +EXTRAVERSION = .3 NAME=Woozy Numbat # *DOCUMENTATION* diff --git a/arch/ppc/kernel/time.c b/arch/ppc/kernel/time.c --- a/arch/ppc/kernel/time.c +++ b/ar