From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony.luck@gmail.com (Tony Luck) Date: Wed, 16 Jul 2014 16:20:00 -0700 Subject: [PATCH 2/2] ia64: Remove Linux/x86 domain support In-Reply-To: <1405263538-27589-3-git-send-email-richard@nod.at> References: <1405263538-27589-1-git-send-email-richard@nod.at> <1405263538-27589-3-git-send-email-richard@nod.at> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sun, Jul 13, 2014 at 7:58 AM, Richard Weinberger wrote: Did you read the comment? > -/* > - * 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. -Tony