From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Weinberger Date: Thu, 17 Jul 2014 07:47:05 +0000 Subject: Re: [PATCH 2/2] ia64: Remove Linux/x86 domain support Message-Id: <53C77F79.2010508@nod.at> List-Id: References: <1405263538-27589-1-git-send-email-richard@nod.at> <1405263538-27589-3-git-send-email-richard@nod.at> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tony Luck Cc: "Yu, Fenghua" , Russell King - ARM Linux , "linux-arm-kernel@lists.infradead.org" , "linux-ia64@vger.kernel.org" , Linux Kernel Mailing List Am 17.07.2014 01:20, schrieb Tony Luck: > On Sun, Jul 13, 2014 at 7:58 AM, Richard Weinberger wrote: > > Did you read the comment? Sure, please see my comment below. >> -/* >> - * Even when CONFIG_IA32_SUPPORT is not enabled it is >> - * useful to have the Linux/x86 domain registered to >> - * avoid an attempted module load when emulators call >> - * personality(PER_LINUX32). This saves several milliseconds >> - * on each such call. >> - */ > > I don't know if there are still people using ia32el to run x86 binaries > on ia64 ... but if there are, they may be sad at the extra delays. As written in 0/, the plan is to get rid of exec domains at all. Therefore personality(PER_LINUX32) would no longer try to request a module. Thanks, //richard