commit | 3b4a49e21b0d8a69629623815a8caff3eb4cf9f7 | [log] [tgz] |
---|---|---|
author | Chris Zankel <chris@zankel.net> | Mon Jan 07 16:42:21 2008 -0800 |
committer | Chris Zankel <chris@zankel.net> | Wed Feb 13 17:23:26 2008 -0800 |
tree | 28caaf5e577264a6edcbcd04141180fabaabe19c | |
parent | 3e92501a4e10e640786de10786c434834a0c1651 [diff] |
[XTENSA] Fix modules for non-exec processor configurations We need to use vmalloc_exec for module loading. Also remove the definitions MODULE_START and MODULE_END, which wasn't used, and increase the VMALLOC memory range accordingly. Signed-off-by: Chris Zankel <chris@zankel.net>