commit | c2edb35ae342fedb5a39312c0fa676b74973887a | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Fri Dec 15 20:45:35 2017 -0800 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Sat Dec 16 22:37:10 2017 -0800 |
tree | a5684736d06f5073522c9126cc3f836b7593dad8 | |
parent | 501c26e82df8d253851b80082778eeb37e4bab5c [diff] |
xtensa: extract init_kio KIO region placement may be specified in the device tree, that's why it's initialized with the rest of MMU after the early_init_devtree. In order to support KASAN the MMU must be initialized earlier. Separate KIO initialization from the rest of MMU initialization. Reinitialize KIO if its location is specified in the device tree. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>