Author: pluto Date: Wed Nov 16 10:44:47 2005 GMT Module: SPECS Tag: LINUX_2_6 ---- Log message: - kbz#3341 (time warps on HP notebooks) closed. the 'pmtmr' boot parameter was added. assume the PM timer is a reliable time source and adjust the PIT/TSC accordingly. tThis can work around some very buggy hardware where th PIT timer runs way too fast - fix source6 unpack. - release 4.
---- Files affected: SPECS: kernel.spec (1.441.2.1313 -> 1.441.2.1314) ---- Diffs: ================================================================ Index: SPECS/kernel.spec diff -u SPECS/kernel.spec:1.441.2.1313 SPECS/kernel.spec:1.441.2.1314 --- SPECS/kernel.spec:1.441.2.1313 Wed Nov 16 11:33:15 2005 +++ SPECS/kernel.spec Wed Nov 16 11:44:41 2005 @@ -1,8 +1,6 @@ # $Revision$, $Date$ # # TODO: -# - fix time warps for amd64 dual core! -# http://bugzilla.kernel.org/show_bug.cgi?id=3341 # # - add distcc support (and don't break crossbuild!) # - move em8300 stuff to separeated specs @@ -139,7 +137,7 @@ %define _oprofile_ver 0.5.3 %define _udev_ver 058 -%define _rel 3 +%define _rel 4 %define _netfilter_snap 20051115 %define _nf_hipac_ver 0.9.1 @@ -234,6 +232,7 @@ Patch19: 2.6.5-3C920b-Tornado.patch Patch20: 2.6.5-i386-cmpxchg.patch Patch21: 2.6.6-serial-fifo-lkml.patch +Patch22: linux-2.6-kernel-clock-is-running-3-times-too-fast.patch Patch25: 2.6.7-alpha_compile.patch Patch26: 2.6.7-ppc-asm-defs.patch @@ -742,7 +741,7 @@ #sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = #g' Makefile %{?with_preemptive:patch -p1 -s < %{SOURCE4}} install %{SOURCE5} Makefile.ppclibs -bzip2 -c -d %{SOURCE6} | patch -p1 -s +gzip -c -d %{SOURCE6} | patch -p1 -s %{?with_pld_vers:%patch1 -p0} %patch2 -p1 @@ -766,6 +765,7 @@ %patch19 -p1 %patch20 -p1 %patch21 -p1 +%patch22 -p1 %patch25 -p1 %patch26 -p1 @@ -1719,6 +1719,15 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.441.2.1314 2005/11/16 10:44:41 pluto +- kbz#3341 (time warps on HP notebooks) closed. + the 'pmtmr' boot parameter was added. + assume the PM timer is a reliable time source and adjust the PIT/TSC + accordingly. tThis can work around some very buggy hardware where th + PIT timer runs way too fast +- fix source6 unpack. +- release 4. + Revision 1.441.2.1313 2005/11/16 10:33:15 pluto - kbz#3927 (time warps on amd64/ati ixp chipset) closed. the boot parameter, disable_timer_pin_1, seems to work around ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1313&r2=1.441.2.1314&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
