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