Title: [6583] trunk/arch/blackfin/include/asm/uaccess.h: drop unused exception table prototype/structure
Revision
6583
Author
vapier
Date
2009-06-04 14:11:31 -0500 (Thu, 04 Jun 2009)

Log Message

drop unused exception table prototype/structure

Modified Paths


Diff

Modified: trunk/arch/blackfin/include/asm/uaccess.h (6582 => 6583)


--- trunk/arch/blackfin/include/asm/uaccess.h	2009-06-04 17:28:16 UTC (rev 6582)
+++ trunk/arch/blackfin/include/asm/uaccess.h	2009-06-04 19:11:31 UTC (rev 6583)
@@ -67,26 +67,6 @@
 #endif
 
 /*
- * The exception table consists of pairs of addresses: the first is the
- * address of an instruction that is allowed to fault, and the second is
- * the address at which the program should continue.  No registers are
- * modified, so it is entirely up to the continuation code to figure out
- * what to do.
- *
- * All the routines below use bits of fixup code that are out of line
- * with the main instruction path.  This means when everything is well,
- * we don't even have to jump over them.  Further, they do not intrude
- * on our cache or tlb entries.
- */
-
-struct exception_table_entry {
-	unsigned long insn, fixup;
-};
-
-/* Returns 0 if exception not found and fixup otherwise.  */
-extern unsigned long search_exception_table(unsigned long);
-
-/*
  * These are the main single-value transfer routines.  They automatically
  * use the right size if we just have the right pointer type.
  */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to