public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH] Rename ia32entry.S to entry_64_compat_32.S
@ 2015-06-05 13:00 Ingo Molnar
  2015-06-05 13:00 ` [PATCH] x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat_32.S Ingo Molnar
  2015-06-05 13:37 ` [RFC PATCH] Rename ia32entry.S to entry_64_compat_32.S Borislav Petkov
  0 siblings, 2 replies; 7+ messages in thread
From: Ingo Molnar @ 2015-06-05 13:00 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andy Lutomirski, Denys Vlasenko, Brian Gerst, Peter Zijlstra,
	Borislav Petkov, H. Peter Anvin, Linus Torvalds, Oleg Nesterov,
	Thomas Gleixner

I'm wondering what people think about this naming scheme:

                  entry_32.S            # 32-bit binaries on 32-bit kernels
                  entry_64.S            # 64-bit binaries on 64-bit kernels
                  entry_64_compat_32.S  # 32-bit binaries on 64-bit kernels

Another option would be:

   arch/x86/entry/sys_32.S
   arch/x86/entry/sys_64.S
   arch/x86/entry/sys_64_compat.S

?

Thanks,

    Ingo
===

Ingo Molnar (1):
  x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat_32.S

 arch/x86/entry/Makefile                              | 2 +-
 arch/x86/entry/entry_64.S                            | 2 +-
 arch/x86/entry/{ia32entry.S => entry_64_compat_32.S} | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename arch/x86/entry/{ia32entry.S => entry_64_compat_32.S} (100%)

-- 
2.1.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-06-07 12:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-05 13:00 [RFC PATCH] Rename ia32entry.S to entry_64_compat_32.S Ingo Molnar
2015-06-05 13:00 ` [PATCH] x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat_32.S Ingo Molnar
2015-06-05 14:02   ` Brian Gerst
2015-06-05 13:37 ` [RFC PATCH] Rename ia32entry.S to entry_64_compat_32.S Borislav Petkov
2015-06-05 21:09   ` H. Peter Anvin
2015-06-05 21:37     ` Andy Lutomirski
2015-06-07 12:58       ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox