commit | 21a63b56044706aa37637315dd27d9d465bbd5c4 | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Wed Sep 18 16:25:40 2013 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Wed Nov 06 10:41:39 2013 +0530 |
tree | c92bbd890472c22c99b89dd0749a117c7ca0a51e | |
parent | d4599baf5c773660f32ee6bc35c1afab009a52d9 [diff] |
ARC: Change calling convention of do_page_fault() switch the args (address, pt_regs) to match with all the other "C" exception handlers. This removes the awkwardness in EV_ProtV for page fault vs. unaligned access. Signed-off-by: Vineet Gupta <vgupta@synopsys.com>