From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RApNR-00054Z-A8 for qemu-devel@nongnu.org; Mon, 03 Oct 2011 16:44:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RApNQ-0001sO-8E for qemu-devel@nongnu.org; Mon, 03 Oct 2011 16:44:41 -0400 From: Stefan Weil Date: Mon, 3 Oct 2011 22:43:18 +0200 Message-Id: <1317674600-19083-1-git-send-email-sw@weilnetz.de> Subject: [Qemu-devel] Clean cache related code which was used only by PPC hosts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Cc: qemu-ppc@nongnu.org, Alexander Graf These patches clean an issue which was discussed some weeks ago (http://lists.nongnu.org/archive/html/qemu-devel/2011-09/msg02279.html): Code which was only needed for the PPC* tcg targets (flush_icache_range, qemu_cache_utils_init) was defined in files used by all host architectures. The 1st patch is trivial and only included because I stumbled across flush_icache_range in a linux-user file. The 2nd patch works for non PPC* hosts, but I could not test it on PPC* host variants. I only moved and formatted code, so hopefully it won't break anything for PPC*. [PATCH 1/2] linux-user: Remove unused code [PATCH 2/2] tcg/ppc*: Move cache initialization to ppc specific code Kind regards, Stefan Weil