[PATCH 2/3] arm: Don't use is_module_addr in setting page attributes

2015-02-25 Thread Laura Abbott
The set_memory_* functions currently only support module addresses. The addresses are validated using is_module_addr. That function is special though and relies on internal state in the module subsystem to work properly. At the time of module initialization and calling set_memory_*, it's too

[PATCH 2/3] arm: Don't use is_module_addr in setting page attributes

2015-02-25 Thread Laura Abbott
The set_memory_* functions currently only support module addresses. The addresses are validated using is_module_addr. That function is special though and relies on internal state in the module subsystem to work properly. At the time of module initialization and calling set_memory_*, it's too