Thread (76 messages) 76 messages, 7 authors, 2016-01-07

[PATCH v6 15/20] arm64: signal: move ilp32 and lp64 common code to separated file

From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-12-16 16:09:27
Also in: lkml

On Wednesday 16 December 2015 00:42:41 Yury Norov wrote:
+               sigtramp = ka->sa.sa_restorer;
+#ifdef CONFIG_ARM64_ILP32
+       else if (is_ilp32_compat_task())
+               sigtramp = VDSO_SYMBOL(current->mm->context.vdso, sigtramp_ilp32);
+#endif
+       else
+               sigtramp = VDSO_SYMBOL(current->mm->context.vdso, sigtramp);
This is another case where I think it's more readable to remove the #ifdef,
with no change in behavior.

	Arnd
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help