xtensa: call check_s32c1i after trap_init
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 16 Oct 2013 22:42:20 +0000 (02:42 +0400)
committerChris Zankel <chris@zankel.net>
Tue, 14 Jan 2014 18:19:55 +0000 (10:19 -0800)
commit59970753536d98d33efcbe4f119ad8e3e399a46b
tree7445d002749479bfea2938e591ce7b2e1d72df83
parent6235153170db777296b6a47181056dd30a027d03
xtensa: call check_s32c1i after trap_init

Otherwise exceptions may occur prior to exception handling mechanism
initialization, resulting in silently dead system.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/kernel/setup.c