From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DF092138010 for ; Fri, 26 Oct 2012 14:24:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E88CA21C004; Fri, 26 Oct 2012 14:24:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 727C721C004 for ; Fri, 26 Oct 2012 14:24:31 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD01833D916 for ; Fri, 26 Oct 2012 14:24:30 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2265) id A4F4121600; Fri, 26 Oct 2012 14:24:29 +0000 (UTC) From: "Chi-Thanh Christopher Nguyen (chithanh)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, chithanh@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/ati-drivers/files: ati-drivers-vm-reserverd.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: ati-drivers-vm-reserverd.patch X-VCS-Directories: x11-drivers/ati-drivers/files X-VCS-Committer: chithanh X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121026142429.A4F4121600@flycatcher.gentoo.org> Date: Fri, 26 Oct 2012 14:24:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 352da405-20f1-4b03-8e9d-5ec00a49b30d X-Archives-Hash: 938e172ba9f2f4de698bd90419c0dcda chithanh 12/10/26 14:24:29 Added: ati-drivers-vm-reserverd.patch Log: New release and prerelease, import of Emil Karlson's ebuild from the x11 overlay. Drop some old ebuilds. (Portage version: 2.2.0_alpha137/cvs/Linux x86_64) Revision Changes Path 1.1 x11-drivers/ati-drivers/files/ati-drivers-vm-reserverd.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/files/ati-drivers-vm-reserverd.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/ati-drivers/files/ati-drivers-vm-reserverd.patch?rev=1.1&content-type=text/plain Index: ati-drivers-vm-reserverd.patch =================================================================== --- common/lib/modules/fglrx/build_mod/firegl_public.c 2012-10-18 00:29:21.778369464 +0200 +++ common/lib/modules/fglrx/build_mod/firegl_public.c.new 2012-10-18 00:30:39.647416026 +0200 @@ -222,6 +222,10 @@ #define preempt_enable() #endif +#ifndef VM_RESERVED +#define VM_RESERVED (VM_DONTEXPAND | VM_DONTDUMP) +#endif + // ============================================================ /* globals */