summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/bugs.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-08-18 23:37:42 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-08-18 23:37:42 +0000
commit794ff4dc959a8dfef4f704ef6a5bb7334e421623 (patch)
tree9ea4d7f31e69420a29819a7e4c88e4097aa4380f /include/asm-mips/bugs.h
parent8b92ed51419c907aa453c063b0afaefaef268c02 (diff)
- Drop support for 32/32 fp register model
- Fix siginfo structure definition - Ptrace fixes, one of them was an uninitialized pointer. - Header file fixes. - Fixes to linker scripts required for new binutils. - MIPS64. Chainsaw edition. Btw, Harald, why does the kernel no longer compile ...
Diffstat (limited to 'include/asm-mips/bugs.h')
-rw-r--r--include/asm-mips/bugs.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/include/asm-mips/bugs.h b/include/asm-mips/bugs.h
index 5c04e9bf0..9195f9fd3 100644
--- a/include/asm-mips/bugs.h
+++ b/include/asm-mips/bugs.h
@@ -1,10 +1,7 @@
-/*
- * include/asm-mips/bugs.h
- *
- * Copyright (C) 1995 Waldorf Electronics
- * Copyright (C) 1997 Ralf Baechle
+/* $Id: bugs.h,v 1.3 1997/12/01 18:00:36 ralf Exp $
*
- * $Id: bugs.h,v 1.2 1997/09/07 04:13:53 ralf Exp $
+ * Copyright (C) 1995 Waldorf Electronics
+ * Copyright (C) 1997, 1999 Ralf Baechle
*/
#include <asm/bootinfo.h>
@@ -37,7 +34,8 @@ static inline void check_wait(void)
}
}
-static void check_bugs(void)
+static void __init
+check_bugs(void)
{
check_wait();
}