| commit | dea20281ac88226615761c570c8ff7adc18e6ac2 | [log] [tgz] |
|---|---|---|
| author | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | Tue Dec 09 08:35:57 2025 +0000 |
| committer | Russell King (Oracle) <rmk+kernel@armlinux.org.uk> | Tue Dec 09 09:19:10 2025 +0000 |
| tree | e5fac57f889c4b14d46500420986103ce64bd677 | |
| parent | edb924a7211c9aa7a4a415e03caee4d875e46b8e [diff] |
ARM: group is_permission_fault() with is_translation_fault() Group is_permission_fault() with is_translation_fault(), which is needed to use is_permission_fault() in __do_kernel_fault(). As this is static inline, there is no need for this to be under CONFIG_MMU. Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>