]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ARM: 6252/1: Use SIGBUS for unaligned access instead of SIGILL
authorKirill A. Shutemov <kirill@shutemov.name>
Thu, 22 Jul 2010 12:16:49 +0000 (13:16 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 27 Jul 2010 09:43:49 +0000 (10:43 +0100)
commit3dc91aff9c3ef54b15cdaf32f61f973489fe69eb
tree6ce52b2b5ea6cb1b0317142ecf06b04d52bc1d34
parentc1ba6ba3dd4c127dd1b14125ac7feed43d974436
ARM: 6252/1: Use SIGBUS for unaligned access instead of SIGILL

POSIX specify to use signal SIGBUS with code BUS_ADRALN for invalid
address alignment.

Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/alignment.c
arch/arm/mm/fault.c