[arch-commits] Commit in catalyst/trunk (2.6.26.patch PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Aug 9 13:47:45 UTC 2008


    Date: Saturday, August 9, 2008 @ 09:47:44
  Author: andyrtr
Revision: 8215

upgpkg: catalyst 8.7-1.1
    try to fix #11068 for x86_64

Modified:
  catalyst/trunk/2.6.26.patch
  catalyst/trunk/PKGBUILD

--------------+
 2.6.26.patch |    2 +-
 PKGBUILD     |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: 2.6.26.patch
===================================================================
--- 2.6.26.patch	2008-08-09 13:01:07 UTC (rev 8214)
+++ 2.6.26.patch	2008-08-09 13:47:44 UTC (rev 8215)
@@ -719,7 +719,7 @@
  /*Some kernel developer removed the export of symbol "flush_tlb_page" on 2.6.25 x86_64 SMP kernel.
    Define a simple version here.*/
 -#if defined(__x86_64__) && defined(__SMP__) && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25)) 
-+#if defined(__x86_64__) && defined(__SMP__) && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25))
++#if defined(__x86_64__) && (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25))
      on_each_cpu(KCL_flush_tlb_one, &va, 1, 1);
  #else
      flush_tlb_page(vma, va);

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-09 13:01:07 UTC (rev 8214)
+++ PKGBUILD	2008-08-09 13:47:44 UTC (rev 8215)
@@ -5,7 +5,7 @@
 pkgname=catalyst
 pkgver=8.7
 _kernel_version=2.6.26
-pkgrel=1
+pkgrel=1.1
 pkgdesc="Proprietary AMD/ATI kernel drivers for Radeon brand cards. Stock kernel."
 arch=('i686' 'x86_64')
 url="http://www.ati.amd.com"
@@ -17,7 +17,8 @@
 source=(http://www2.ati.com/drivers/linux/ati-driver-installer-${pkgver/./-}-x86.x86_64.run
         2.6.26.patch)
 md5sums=('2d0788eaba71abcce6105ee659406721'
-         'a58a42a4b0b16f5883cc9d9ecd82c73b')
+         '1e012ff619fc424eb139666b2faa3764')
+
 _kernver=${_kernel_version}-ARCH
 
 build() {




More information about the arch-commits mailing list