From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JkBIM-0005pg-HC for qemu-devel@nongnu.org; Fri, 11 Apr 2008 00:55:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JkBIL-0005ok-Rc for qemu-devel@nongnu.org; Fri, 11 Apr 2008 00:55:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkBIL-0005oX-Jt for qemu-devel@nongnu.org; Fri, 11 Apr 2008 00:55:25 -0400 Received: from savannah.gnu.org ([199.232.41.3] helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JkBIL-0006py-Uv for qemu-devel@nongnu.org; Fri, 11 Apr 2008 00:55:26 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1JkBIK-0000Ed-Ql for qemu-devel@nongnu.org; Fri, 11 Apr 2008 04:55:24 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1JkBIK-0000EY-LA for qemu-devel@nongnu.org; Fri, 11 Apr 2008 04:55:24 +0000 MIME-Version: 1.0 Errors-To: aurel32 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Aurelien Jarno Message-Id: Date: Fri, 11 Apr 2008 04:55:24 +0000 Subject: [Qemu-devel] [4189] Remove unused phys_ram_base definition from target-i386/helper.c. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 4189 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4189 Author: aurel32 Date: 2008-04-11 04:55:24 +0000 (Fri, 11 Apr 2008) Log Message: ----------- Remove unused phys_ram_base definition from target-i386/helper.c. Modified Paths: -------------- trunk/target-i386/helper.c Modified: trunk/target-i386/helper.c =================================================================== --- trunk/target-i386/helper.c 2008-04-11 04:55:17 UTC (rev 4188) +++ trunk/target-i386/helper.c 2008-04-11 04:55:24 UTC (rev 4189) @@ -4001,7 +4001,6 @@ | ((cpu_attrib & 0xf00000) >> 12); /* AVL, L, DB, G */ } -extern uint8_t *phys_ram_base; void helper_vmrun(target_ulong addr) { uint32_t event_inj;