parisc: Fix address in HPMC IVA
[sfrench/cifs-2.6.git] / arch / parisc / kernel / traps.c
index bb65676dc41ca6c2a2df0143c714631aaa1c5dbf..472a818e8c17a0c3413d1c0116f55bc02e4b25dd 100644 (file)
@@ -802,7 +802,8 @@ void __init initialize_ivt(const void *iva)
         *    the Length/4 words starting at Address is zero.
         */
 
-       /* Compute Checksum for HPMC handler */
+       /* Setup IVA and compute checksum for HPMC handler */
+       ivap[6] = (u32)__pa(os_hpmc);
        length = os_hpmc_size;
        ivap[7] = length;