commit | d1d890edace65721e9a7582545c943f67f500709 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Wed Jul 06 23:06:03 2005 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jul 06 23:06:03 2005 +0100 |
tree | 0c0170ed290533e2d1cf3576090afd5277fed579 | |
parent | a18bcb7450840f07a772a45229de4811d930f461 [diff] |
[PATCH] ARM: 2789/1: Enable access to both CP10 and CP11 on ARMv6 Patch from Catalin Marinas The VFP instructions trigger undefined exceptions because the access to CP11 is disabled (only CP10 is currently enabled by the kernel). The patch fixes this problem. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>