Author: baggins Date: Thu Oct 11 16:59:19 2007 GMT Module: SPECS Tag: LINUX_2_6_22 ---- Log message: - added prefetch patch (http://code.google.com/p/prefetch/)
---- Files affected: SPECS: kernel.spec (1.441.2.1796.2.1 -> 1.441.2.1796.2.2) ---- Diffs: ================================================================ Index: SPECS/kernel.spec diff -u SPECS/kernel.spec:1.441.2.1796.2.1 SPECS/kernel.spec:1.441.2.1796.2.2 --- SPECS/kernel.spec:1.441.2.1796.2.1 Wed Oct 10 21:37:35 2007 +++ SPECS/kernel.spec Thu Oct 11 18:59:13 2007 @@ -338,6 +338,12 @@ # We need to disable CONFIG_IP_ROUTE_MULTIPATH_CACHED Patch300: kernel-routes-2.6.22-15.diff +# Linux solution for prefetching necessary data +# during application and system startup +# http://code.google.com/p/prefetch/ +# http://prefetch.googlecode.com/svn/trunk/kernel-patches/2.6.22/submitted-2/prefetch-core+boot+app-clean.diff +Patch400: linux-2.6-prefetch.patch + # For compatibility with (not updated) blobs like ... ? # Before 2.6.20 we had CONFIG_REGPARM option disabled. # Probably not needed anymore - it is bconded and disabled now @@ -912,6 +918,9 @@ # aic94xx linux-2.6-aic94xx_with_included_firmware.patch %patch160 -p1 +# prefetch +%patch400 -p1 + # desables regparms %if %{without regparm} %patch500 -p1 @@ -1660,6 +1669,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.441.2.1796.2.2 2007/10/11 16:59:13 baggins +- added prefetch patch (http://code.google.com/p/prefetch/) + Revision 1.441.2.1796.2.1 2007/10/10 19:37:35 arekm - up to 2.6.22.10 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel.spec?r1=1.441.2.1796.2.1&r2=1.441.2.1796.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
