commit | d374bf14a5ff18133bd6a6cc00f189949f7ba8fb | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Sep 20 12:53:01 2009 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Sep 20 16:53:40 2009 +0100 |
tree | d04f40327d5575f5f848695a97099527475a2634 | |
parent | bf4569922b97824f33e5d08d0bbe4b34fe43e4cd [diff] |
ARM: Separate out access error checking Since we get notified separately about prefetch aborts, which may be permission faults, we need to check for appropriate access permissions when handling a fault. This patch prepares us for doing this by separating out the access error checking. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>