Commit b8f81320 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

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

From: <miles@mcspd15.ucom.lsi.nec.co.jp> (Miles Bader)

Define ARCH_HAS_*_EXTABLE macros for v850
parent 67ebb5be
/* /*
* include/asm-v850/module.h -- Architecture-specific module hooks * include/asm-v850/module.h -- Architecture-specific module hooks
* *
* Copyright (C) 2001,02,03 NEC Corporation * Copyright (C) 2001,02,03,04 NEC Corporation
* Copyright (C) 2001,02,03 Miles Bader <miles@gnu.org> * Copyright (C) 2001,02,03,04 Miles Bader <miles@gnu.org>
* Copyright (C) 2001,03 Rusty Russell * Copyright (C) 2001,03 Rusty Russell
* *
* This file is subject to the terms and conditions of the GNU General * This file is subject to the terms and conditions of the GNU General
...@@ -50,5 +50,13 @@ search_extable(const struct exception_table_entry *first, ...@@ -50,5 +50,13 @@ search_extable(const struct exception_table_entry *first,
{ {
return 0; 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__ */ #endif /* __V850_MODULE_H__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment