Commit 0b46a94e authored by Al Viro's avatar Al Viro

xtensa: switch to generic extable.h

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent d597580d
...@@ -6,6 +6,7 @@ generic-y += dma-contiguous.h ...@@ -6,6 +6,7 @@ generic-y += dma-contiguous.h
generic-y += emergency-restart.h generic-y += emergency-restart.h
generic-y += errno.h generic-y += errno.h
generic-y += exec.h generic-y += exec.h
generic-y += extable.h
generic-y += fcntl.h generic-y += fcntl.h
generic-y += hardirq.h generic-y += hardirq.h
generic-y += ioctl.h generic-y += ioctl.h
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
#include <linux/prefetch.h> #include <linux/prefetch.h>
#include <asm/types.h> #include <asm/types.h>
#include <asm/extable.h>
/* /*
* The fs value determines whether argument validity checking should * The fs value determines whether argument validity checking should
...@@ -342,10 +343,4 @@ static inline long strnlen_user(const char *str, long len) ...@@ -342,10 +343,4 @@ static inline long strnlen_user(const char *str, long len)
return __strnlen_user(str, len); return __strnlen_user(str, len);
} }
struct exception_table_entry
{
unsigned long insn, fixup;
};
#endif /* _XTENSA_UACCESS_H */ #endif /* _XTENSA_UACCESS_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