mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 15:02:40 -04:00
parisc: Drop per_cpu uaccess related exception_data struct
The last users have been migrated off by commitsd19f5e41b3("parisc: Clean up fixup routines for get_user()/put_user()") and554bfeceb8("parisc: Fix access fault handling in pa_memcpy()"). Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
@@ -68,17 +68,6 @@ struct exception_table_entry {
|
||||
#define ASM_EXCEPTIONTABLE_ENTRY_EFAULT( fault_addr, except_addr )\
|
||||
ASM_EXCEPTIONTABLE_ENTRY( fault_addr, except_addr + 1)
|
||||
|
||||
/*
|
||||
* The page fault handler stores, in a per-cpu area, the following information
|
||||
* if a fixup routine is available.
|
||||
*/
|
||||
struct exception_data {
|
||||
unsigned long fault_ip;
|
||||
unsigned long fault_gp;
|
||||
unsigned long fault_space;
|
||||
unsigned long fault_addr;
|
||||
};
|
||||
|
||||
/*
|
||||
* load_sr2() preloads the space register %%sr2 - based on the value of
|
||||
* get_fs() - with either a value of 0 to access kernel space (KERNEL_DS which
|
||||
|
||||
Reference in New Issue
Block a user