• Tony Luck's avatar
    [PATCH] ia64: cannot convert region 5 address to physical by clearing bits 63:61 · d9f2ec86
    Tony Luck authored
    Another no-brainer bug fix snipped out of the quagmire of
    the MCA/TLB patch.  This one is for 2.6 only, we must use
    the new LOAD_PHYSICAL() macro to get the physical address of
    the code label that we want to jump to, the INST_VA_TO_PA()
    macro just clears the region bits, which only works for region
    7 addresses.
    d9f2ec86
mca_asm.h 9.04 KB