diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2005-02-18 00:54:17 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2005-02-18 00:54:17 +0000 |
commit | 6563bfec0b287a5b1f57937a05258cea38e31cad (patch) | |
tree | 1c21c233b5816781130d200cd19c5ba7a3afbe94 /media-video | |
parent | Initial import (Manifest recommit) (diff) | |
download | gentoo-2-6563bfec0b287a5b1f57937a05258cea38e31cad.tar.gz gentoo-2-6563bfec0b287a5b1f57937a05258cea38e31cad.tar.bz2 gentoo-2-6563bfec0b287a5b1f57937a05258cea38e31cad.zip |
Another typo fix
(Portage version: 2.0.51.16)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ati-drivers/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/ati-drivers/files/fglrx-2.6-pagetable.patch | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-video/ati-drivers/ChangeLog b/media-video/ati-drivers/ChangeLog index 33ceb8c697c3..bd5dc2bb73e1 100644 --- a/media-video/ati-drivers/ChangeLog +++ b/media-video/ati-drivers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/ati-drivers # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ChangeLog,v 1.75 2005/02/17 12:20:18 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/ati-drivers/ChangeLog,v 1.76 2005/02/18 00:54:17 lu_zero Exp $ + + 18 Feb 2005; Luca Barbato <lu_zero@gentoo.org> + files/fglrx-2.6-pagetable.patch: + Another typo fixed, thanks to Mark S <mszilveszter@gmail.com> for reporting it 17 Feb 2005; Luca Barbato <lu_zero@gentoo.org> files/fglrx-2.6-pagetable.patch: diff --git a/media-video/ati-drivers/files/fglrx-2.6-pagetable.patch b/media-video/ati-drivers/files/fglrx-2.6-pagetable.patch index 40c77ca67585..164b0f21a547 100644 --- a/media-video/ati-drivers/files/fglrx-2.6-pagetable.patch +++ b/media-video/ati-drivers/files/fglrx-2.6-pagetable.patch @@ -59,7 +59,7 @@ pte_linear = VMALLOC_VMADDR(virtual_addr); // convert to pte linear address (x86 => nop) pgd_p = pgd_offset(vma->vm_mm, pte_linear); -+#if LINUX_VERSION_CORE > 0x02060a /* KERNEL_VERSION(2,6,10) */ ++#if LINUX_VERSION_CODE > 0x02060a /* KERNEL_VERSION(2,6,10) */ + pud_p = pud_offset(pgd_p, pte_linear); + pmd_p = pmd_offset(pud_p, pte_linear); +#else |