Hello, when I boot 3.19 kernel on real n900 device it show these errors in dmesg: [ 0.256103] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.257659] In-band Error seen by MPU at address 0 [ 0.257720] ------------[ cut here ]------------ [ 0.257781] WARNING: CPU: 0 PID: 1 at drivers/bus/omap_l3_smx.c:166 omap3_l3_app_irq+0xd4/0x118() [ 0.257843] Modules linked in: [ 0.257873] CPU: 0 PID: 1 Comm: swapper Not tainted 3.19.0-rc5+ #291 [ 0.257934] Hardware name: Nokia RX-51 board [ 0.257995] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 0.258087] [] (show_stack) from [] (warn_slowpath_common+0x84/0xac) [ 0.258148] [] (warn_slowpath_common) from [] (warn_slowpath_null+0x18/0x1c) [ 0.258209] [] (warn_slowpath_null) from [] (omap3_l3_app_irq+0xd4/0x118) [ 0.258300] [] (omap3_l3_app_irq) from [] (handle_irq_event_percpu+0xcc/0x294) [ 0.258361] [] (handle_irq_event_percpu) from [] (handle_irq_event+0x64/0x8c) [ 0.258422] [] (handle_irq_event) from [] (handle_level_irq+0xcc/0x130) [ 0.258483] [] (handle_level_irq) from [] (generic_handle_irq+0x20/0x30) [ 0.258544] [] (generic_handle_irq) from [] (__handle_domain_irq+0x80/0xa4) [ 0.258636] [] (__handle_domain_irq) from [] (omap_intc_handle_irq+0x78/0xa4) [ 0.258697] [] (omap_intc_handle_irq) from [] (__irq_svc+0x40/0x74) [ 0.258728] Exception stack(0xcf893db0 to 0xcf893df8) [ 0.258789] 3da0: cf982000 c064568c 00000000 00000000 [ 0.258850] 3dc0: c064568c cf982000 00000000 0000001c 60000113 cf982034 00000000 00000001 [ 0.258880] 3de0: 00000064 cf893df8 c00633f8 c0063430 60000113 ffffffff [ 0.258941] [] (__irq_svc) from [] (__setup_irq+0x3bc/0x518) [ 0.259002] [] (__setup_irq) from [] (setup_irq+0x58/0x80) [ 0.259063] [] (setup_irq) from [] (omap_system_dma_probe+0x22c/0x2c0) [ 0.259124] [] (omap_system_dma_probe) from [] (platform_drv_probe+0x48/0x90) [ 0.259185] [] (platform_drv_probe) from [] (really_probe+0xac/0x1e0) [ 0.259277] [] (really_probe) from [] (driver_probe_device+0x30/0x48) [ 0.259338] [] (driver_probe_device) from [] (__driver_attach+0x60/0x84) [ 0.259399] [] (__driver_attach) from [] (bus_for_each_dev+0x50/0x84) [ 0.259460] [] (bus_for_each_dev) from [] (bus_add_driver+0xac/0x1bc) [ 0.259521] [] (bus_add_driver) from [] (driver_register+0x9c/0xe0) [ 0.259582] [] (driver_register) from [] (do_one_initcall+0x100/0x1b0) [ 0.259643] [] (do_one_initcall) from [] (do_basic_setup+0x88/0xc0) [ 0.259735] [] (do_basic_setup) from [] (kernel_init_freeable+0x60/0xfc) [ 0.259796] [] (kernel_init_freeable) from [] (kernel_init+0x8/0xe4) [ 0.259857] [] (kernel_init) from [] (ret_from_fork+0x14/0x3c) [ 0.259948] ---[ end trace a24f42a84395254d ]--- Note that this device has flashed special Nokia X-Loader which enable L3 firewall for AES support. But omap aes crypto module is not compiled and enabled. -- Pali Rohár pali.rohar@gmail.com