]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/parisc/kernel/asm-offsets.c
parisc: Unbreak handling exceptions from kernel modules
[mirror_ubuntu-artful-kernel.git] / arch / parisc / kernel / asm-offsets.c
index d2f62570a7b16d4f4c6321515d980f048cd278f2..78d30d2ea2d8bb24116a7639a3d4bc5f90400058 100644 (file)
@@ -299,6 +299,7 @@ int main(void)
 #endif
        BLANK();
        DEFINE(EXCDATA_IP, offsetof(struct exception_data, fault_ip));
+       DEFINE(EXCDATA_GP, offsetof(struct exception_data, fault_gp));
        DEFINE(EXCDATA_SPACE, offsetof(struct exception_data, fault_space));
        DEFINE(EXCDATA_ADDR, offsetof(struct exception_data, fault_addr));
        BLANK();