about summary refs log tree commit diff
path: root/arch/mips/ksigaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/ksigaction.h')
-rw-r--r--arch/mips/ksigaction.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mips/ksigaction.h b/arch/mips/ksigaction.h
index 63fdfab0..485abf75 100644
--- a/arch/mips/ksigaction.h
+++ b/arch/mips/ksigaction.h
@@ -4,10 +4,7 @@ struct k_sigaction {
 	unsigned flags;
 	void (*handler)(int);
 	unsigned long mask[4];
-	/* The following field is past the end of the structure the
-	 * kernel will read or write, and exists only to avoid having
-	 * mips-specific preprocessor conditionals in sigaction.c. */
-	void (*restorer)();
+	void *unused;
 };
 
 hidden void __restore(), __restore_rt();