]> git.baikalelectronics.ru Git - kernel.git/commit
[MIPS] signal: clean up sigframe structure
authorFranck Bui-Huu <fbuihuu@gmail.com>
Mon, 5 Feb 2007 14:24:21 +0000 (15:24 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 10 Feb 2007 22:38:45 +0000 (22:38 +0000)
commit3ca2acc2b758d16827452de20cb2dab2c089c0f9
tree0782ec6c56261422c7186d7cfca68aebfdb36194
parenta73481b32405bc05aba33d1ae603d802ed4d4444
[MIPS] signal: clean up sigframe structure

This patch makes 'struct sigframe' declaration avalaible for all signals
code. It allows signal32 to not have its own declaration.

This patch also removes all ICACHE_REFILLS_WORKAROUND_WAR tests in
structure declaration and hopefully make them more readable.

Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/signal-common.h
arch/mips/kernel/signal.c
arch/mips/kernel/signal32.c
arch/mips/kernel/signal_n32.c