Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | nds32: fix logic for module | Greentime Hu | 2018-09-04 |
| | | | | | | | | | This bug is report by Dan Carpenter. We shall use ~loc_mask instead of !loc_mask because we need to and(&) the bits of ~loc_mask. Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Fixes: c9a4a8da6baa ("nds32: Loadable modules") Signed-off-by: Greentime Hu <greentime@andestech.com> | ||
* | nds32: Loadable modules | Greentime Hu | 2018-02-21 |
This patch adds support for loadable modules. Signed-off-by: Vincent Chen <vincentc@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> Acked-by: Arnd Bergmann <arnd@arndb.de> |