You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] Remove obsolete HAVE_ARCH_GET_SIGNAL_TO_DELIVER?
Now m68k no longer sets HAVE_ARCH_GET_SIGNAL_TO_DELIVER, can it be removed completely? Or may ARM26 still need it? Note that its usage was removed from kernel/signal.c about 2 months ago. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
392a8b7efe
commit
a58e76f254
@@ -166,9 +166,6 @@ typedef struct sigaltstack {
|
||||
#include <asm/sigcontext.h>
|
||||
|
||||
#define sigmask(sig) (1UL << ((sig) - 1))
|
||||
//FIXME!!!
|
||||
//#define HAVE_ARCH_GET_SIGNAL_TO_DELIVER
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user