[xtensa-cvscommit] linux/include/asm-xtensa uaccess.h,1.2,1.3
Brought to you by:
zankel
|
From: <joe...@us...> - 2003-06-12 23:43:58
|
Update of /cvsroot/xtensa/linux/include/asm-xtensa In directory sc8-pr-cvs1:/tmp/cvs-serv10730/include/asm-xtensa Modified Files: uaccess.h Log Message: We need to sort the exception table, else a task error crashes the kernel. Index: uaccess.h =================================================================== RCS file: /cvsroot/xtensa/linux/include/asm-xtensa/uaccess.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** uaccess.h 12 Sep 2002 18:17:00 -0000 1.2 --- uaccess.h 12 Jun 2003 23:43:54 -0000 1.3 *************** *** 458,461 **** --- 458,462 ---- /* Returns 0 if exception not found and fixup.unit otherwise. */ extern unsigned long search_exception_table(unsigned long addr); + extern void sort_exception_table(void); /* Returns the new pc */ |