FRV: Move to arch/frv/include/asm/
Move arch headers from include/asm-frv/ to arch/frv/include/asm/. Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
12
arch/frv/include/asm/siginfo.h
Normal file
12
arch/frv/include/asm/siginfo.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _ASM_SIGINFO_H
|
||||
#define _ASM_SIGINFO_H
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <asm-generic/siginfo.h>
|
||||
|
||||
#define FPE_MDAOVF (__SI_FAULT|9) /* media overflow */
|
||||
#undef NSIGFPE
|
||||
#define NSIGFPE 9
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user