parisc: Unbreak handling exceptions from kernel modules
[cascardo/linux.git] / arch / parisc / include / asm / uaccess.h
index d4dd6e5..6f893d2 100644 (file)
@@ -77,6 +77,7 @@ struct exception_table_entry {
  */
 struct exception_data {
        unsigned long fault_ip;
+       unsigned long fault_gp;
        unsigned long fault_space;
        unsigned long fault_addr;
 };