commit | 6320bcebc0ee0bafc61f293bec2d0809171f6b1d | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Jan 17 01:32:09 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 17 06:26:55 2008 -0800 |
tree | 3304410d948260a374eaaf4ba138f777dad05520 | |
parent | d8c89eb3a12f0da96d049bd515c7fa3702e511c5 [diff] |
[SPARC64]: Fix hypervisor TLB operation error reporting. 1) Trap level wasn't being passed down properly, we need to move it from %l4 into the correct outgoing arg register. 2) Although the TPC often provides the most direct clue, we have the caller PC so we should provide that as well. Signed-off-by: David S. Miller <davem@davemloft.net>