All pastes #710015 Raw Edit

Anonymous

public text v1 · immutable
#710015 ·published 2007-09-25 04:24 UTC
rendered paste body
disable_high_vectors:
    /* Disable high vectors (at 0xffff0000 instead of 0x00000000) */
    mrc    p15, 0, r0, c1, c0
    and    r0, r0, #~(1<<13)
    mcr    p15, 0, r0, c1, c0