x86: signal: introduce helper macro is_ia32
authorHiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Thu, 25 Sep 2008 02:13:11 +0000 (19:13 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 25 Sep 2008 08:11:41 +0000 (10:11 +0200)
commit455edbc423db282bb64dec2d7c8968498ea8e619
tree8d059f1a94128d17e56caa610738767b0251ba8a
parentb94fd69827b2104a2a4d9d0bc05a8e908a937ae8
x86: signal: introduce helper macro is_ia32

Introduce new macro is_ia32 for unification of setup_rt_frame().
No effect in binary, compiler will optimize.

Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/signal_32.c
arch/x86/kernel/signal_64.c