diff options
Diffstat (limited to 'Documentation/x86/exception-tables.rst')
-rw-r--r-- | Documentation/x86/exception-tables.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/x86/exception-tables.rst b/Documentation/x86/exception-tables.rst index 81a393867f10..de58110c5ffd 100644 --- a/Documentation/x86/exception-tables.rst +++ b/Documentation/x86/exception-tables.rst @@ -340,12 +340,6 @@ pointer which points to one of: entry->insn. It is used to distinguish page faults from machine check. -3) ``int ex_handler_ext(const struct exception_table_entry *fixup)`` - This case is used for uaccess_err ... we need to set a flag - in the task structure. Before the handler functions existed this - case was handled by adding a large offset to the fixup to tag - it as special. - More functions can easily be added. CONFIG_BUILDTIME_TABLE_SORT allows the __ex_table section to be sorted post |