diff options
author | Tony Luck <tony.luck@intel.com> | 2010-02-08 10:42:17 -0800 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2010-02-08 10:42:17 -0800 |
commit | 32974ad4907cdde6c9de612cd1b2ee0568fb9409 (patch) | |
tree | 46d883f7f4fb3f4a5cee8ec9eb2c6b4939d7ae10 /arch/ia64/mm | |
parent | 6339204ecc2aa2067a99595522de0403f0854bb8 (diff) | |
download | op-kernel-dev-32974ad4907cdde6c9de612cd1b2ee0568fb9409.zip op-kernel-dev-32974ad4907cdde6c9de612cd1b2ee0568fb9409.tar.gz |
[IA64] Remove COMPAT_IA32 support
This has been broken since May 2008 when Al Viro killed altroot support.
Since nobody has complained, it would appear that there are no users of
this code (A plausible theory since the main OSVs that support ia64 prefer
to use the IA32-EL software emulation).
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/mm')
-rw-r--r-- | arch/ia64/mm/init.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/ia64/mm/init.c b/arch/ia64/mm/init.c index 7c0d481..ca3335e 100644 --- a/arch/ia64/mm/init.c +++ b/arch/ia64/mm/init.c @@ -22,7 +22,6 @@ #include <linux/kexec.h> #include <asm/dma.h> -#include <asm/ia32.h> #include <asm/io.h> #include <asm/machvec.h> #include <asm/numa.h> @@ -668,10 +667,6 @@ mem_init (void) fsyscall_table[i] = sys_call_table[i] | 1; } setup_gate(); - -#ifdef CONFIG_IA32_SUPPORT - ia32_mem_init(); -#endif } #ifdef CONFIG_MEMORY_HOTPLUG |