[xtensa-cvscommit] linux/arch/xtensa/mm extable.c,1.2,1.3
Brought to you by:
zankel
|
From: <joe...@us...> - 2003-07-25 00:13:53
|
Update of /cvsroot/xtensa/linux/arch/xtensa/mm In directory sc8-pr-cvs1:/tmp/cvs-serv2139/arch/xtensa/mm Modified Files: extable.c Log Message: Resolve compiler warnings. Remove dead code. Provide assembler version of task size macro. Change the default personality. Index: extable.c =================================================================== RCS file: /cvsroot/xtensa/linux/arch/xtensa/mm/extable.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** extable.c 12 Jun 2003 23:43:53 -0000 1.2 --- extable.c 25 Jul 2003 00:13:50 -0000 1.3 *************** *** 7,12 **** #include <asm/uaccess.h> ! extern const struct exception_table_entry __start___ex_table[]; ! extern const struct exception_table_entry __stop___ex_table[]; /* --- 7,12 ---- #include <asm/uaccess.h> ! extern struct exception_table_entry __start___ex_table[]; ! extern struct exception_table_entry __stop___ex_table[]; /* |