linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] unicore32-oldabi: add CONFIG_UNICORE32_OLDABI for distinguishing two ABIs
@ 2014-09-12  6:41 gxt
  2014-09-12  6:41 ` [PATCH 2/4] unicore32-oldabi: add stat.h support for UNICORE32_OLDABI gxt
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: gxt @ 2014-09-12  6:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: gxt, linux, gang.chen.5i5j, Guan Xuetao, Qin Rui

From: Guan Xuetao <gxt@mprc.pku.edu.cn>

Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Qin Rui <qinrui@pku.edu.cn>
---
 arch/unicore32/Kconfig | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/arch/unicore32/Kconfig b/arch/unicore32/Kconfig
index 928237a..e5d25b4 100644
--- a/arch/unicore32/Kconfig
+++ b/arch/unicore32/Kconfig
@@ -72,6 +72,17 @@ source "kernel/Kconfig.freezer"
 
 menu "System Type"
 
+config UNICORE32_OLDABI
+	bool "Allow old ABI binaries to run with this kernel"
+	default y
+	help
+	  This option preserves the old syscall interface instead of the
+	  asm-generic one. It also provides a compatibility layer to
+	  intercept syscalls that have structure arguments which layout
+	  in memory differs between the asm-generic ABI and this old one.
+
+	  If in doubt, say Y.
+
 config MMU
 	def_bool y
 
-- 
2.0.0.GIT


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

end of thread, other threads:[~2014-09-15 20:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-12  6:41 [PATCH 1/4] unicore32-oldabi: add CONFIG_UNICORE32_OLDABI for distinguishing two ABIs gxt
2014-09-12  6:41 ` [PATCH 2/4] unicore32-oldabi: add stat.h support for UNICORE32_OLDABI gxt
2014-09-12  6:41 ` [PATCH 3/4] unicore32-oldabi: add sigcontext.h " gxt
2014-09-12  6:41 ` [PATCH 4/4] unicore32-oldabi: add oldabi syscall interface gxt
2014-09-15 20:08 ` [PATCH 1/4] unicore32-oldabi: add CONFIG_UNICORE32_OLDABI for distinguishing two ABIs Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).