commit | 5fa9da5043a81b9eea5d4522d1371455bf64894a | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Fri May 13 10:26:10 2016 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Wed Jun 22 19:55:05 2016 +0100 |
tree | 8d34aa442332ab6b7e71d9edf99341db70590e51 | |
parent | e6a9dc6129d23cd3025e841c4e13a70910a37135 [diff] |
ARM: get rid of horrible *(unsigned int *)(regs + 1) Get rid of the horrible "*(unsigned int *)(regs + 1)" to get at the parent context domain access register value, instead using the newly introduced svc_pt_regs structure. Acked-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>