K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2016-04-25T03:01:57.630729Z K 7 svn:log V 294 OR in the unsigned form of the MCAR lower register. When ORing in a register_t to a wider integer (vm_paddr_t), it gets sign extended, so high addresses overwrite the upper word with all 0xf. Cast to the unsigned form (u_register_t), to avoid this problem, and get correct addresses printed. END