[PATCH][v850] Define ARCH_HAS_*_EXTABLE macros for v850

From: Miles Bader
Date: Fri Feb 06 2004 - 02:57:32 EST


diff -ruN -X../cludes linux-2.6.2-uc0/include/asm-v850/module.h linux-2.6.2-uc0-v850-20040206/include/asm-v850/module.h
--- linux-2.6.2-uc0/include/asm-v850/module.h 2003-01-14 10:27:07.000000000 +0900
+++ linux-2.6.2-uc0-v850-20040206/include/asm-v850/module.h 2004-02-06 14:38:36.000000000 +0900
@@ -1,8 +1,8 @@
/*
* include/asm-v850/module.h -- Architecture-specific module hooks
*
- * Copyright (C) 2001,02,03 NEC Corporation
- * Copyright (C) 2001,02,03 Miles Bader <miles@xxxxxxx>
+ * Copyright (C) 2001,02,03,04 NEC Corporation
+ * Copyright (C) 2001,02,03,04 Miles Bader <miles@xxxxxxx>
* Copyright (C) 2001,03 Rusty Russell
*
* This file is subject to the terms and conditions of the GNU General
@@ -50,5 +50,13 @@
{
return 0;
}
+#define ARCH_HAS_SEARCH_EXTABLE
+static inline void
+sort_extable(struct exception_table_entry *start,
+ struct exception_table_entry *finish)
+{
+ /* nada */
+}
+#define ARCH_HAS_SORT_EXTABLE

#endif /* __V850_MODULE_H__ */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/