diff options
author | Helge Deller <deller@gmx.de> | 2017-04-02 17:51:58 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2017-05-10 18:46:13 +0300 |
commit | c3e5523fcffdc9df8faa7d66f5ad8c1c833e1795 (patch) | |
tree | 6b49b3c65028a1aab7e5cd07e0cc4072a729cf09 /arch/parisc/include | |
parent | 741394ca54ac6701841a46a84cfa9a0a4ddd6969 (diff) | |
download | linux-c3e5523fcffdc9df8faa7d66f5ad8c1c833e1795.tar.xz |
parisc: Drop per_cpu uaccess related exception_data struct
The last users have been migrated off by commits d19f5e41b344 ("parisc:
Clean up fixup routines for get_user()/put_user()") and 554bfeceb8a2
("parisc: Fix access fault handling in pa_memcpy()").
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include')
-rw-r--r-- | arch/parisc/include/asm/uaccess.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/parisc/include/asm/uaccess.h b/arch/parisc/include/asm/uaccess.h index 6b113f39f30c..c3e114f67485 100644 --- a/arch/parisc/include/asm/uaccess.h +++ b/arch/parisc/include/asm/uaccess.h @@ -69,17 +69,6 @@ struct exception_table_entry { 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 * is 0), or with the current value of %%sr3 to access user space (USER_DS) |