Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1168576

Re: [RFC] Rename various 'IA32' uses in arch/x86/ code

From Ingo Molnar <mingo@kernel.org>
Newsgroups linux.kernel
Subject Re: [RFC] Rename various 'IA32' uses in arch/x86/ code
Date 2015-06-19 09:20 +0200
Message-ID <pCYKJ-oj-5@gated-at.bofh.it> (permalink)
References <pC5EB-4Oe-13@gated-at.bofh.it> <pC5EB-4Oe-11@gated-at.bofh.it> <pCLaO-5HL-17@gated-at.bofh.it> <pCM6S-73x-9@gated-at.bofh.it> <pCQWR-5IJ-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


* H. Peter Anvin <hpa@zytor.com> wrote:

> We have generally used i386 as opposed to x86 for that purpose. [...]

So 'i386' is really the original name that stuck.

'x86-32' sounds more appropriate to me - we should not perpetuate the i386 name, 
as we don't run on an original i386 anymore ;-)

Here's what I think sounds pretty natural:

  CONFIG_X86_32_ABI
  CONFIG_X86_64_ABI
  CONFIG_X86_X32_ABI

- CONFIG_X86_X32_ABI and CONFIG_X86_32_ABI selects CONFIG_COMPAT.
- CONFIG_X86_32_ABI enables the 32-bit/32-bit system call ABI.
- CONFIG_X86_X32_ABI enables the extra 64-bit/32-bit system call entries.
- CONFIG_IA32_EMULATION goes away.

> [...] IA32 in MSR names is part of the MSR name and should not be taken out.

Yes, of course.

Thanks,

	Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: [tip:x86/asm] x86/asm/entry: (Re-) rename __NR_entry_INT80_compat_max  to __NR_syscall_compat_max "H. Peter Anvin" <hpa@zytor.com> - 2015-06-16 22:30 +0200
  Re: [RFC] Rename various 'IA32' uses in arch/x86/ code Ingo Molnar <mingo@kernel.org> - 2015-06-19 09:10 +0200
  Re: [RFC] Rename various 'IA32' uses in arch/x86/ code Ingo Molnar <mingo@kernel.org> - 2015-06-19 09:20 +0200

csiph-web