]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mm: alignment: use "u32" for 32-bit instructions
authorRussell King <rmk+kernel@armlinux.org.uk>
Fri, 6 Sep 2019 15:07:54 +0000 (16:07 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Wed, 9 Oct 2019 22:29:45 +0000 (23:29 +0100)
commitbbd0deac91e0d925e2b2eabce305c66cb5156dd6
tree59b51ee263c5c790ec4b175ebfdc0db13ede6592
parentf147e285f211b3de3a138a18814d194869a3037e
ARM: mm: alignment: use "u32" for 32-bit instructions

Rather than using "unsigned long", use "u32" for 32-bit instructions in
the alignment fault handler.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/mm/alignment.c