]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Hexagon: Support dynamic module loading.
authorRichard Kuo <rkuo@codeaurora.org>
Tue, 13 Sep 2011 00:37:58 +0000 (10:37 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 13 Sep 2011 00:37:58 +0000 (10:37 +1000)
commitef249b7aad5e3d3f39d1265cd8e70938de84b50a
treecd7062630c598317a076f1ab081e721647fb570b
parent68219573027f2c48d562bdcf6b5526c05df6b594
Hexagon: Support dynamic module loading.

Modules should be compiled as ordinary .o's; shared objects are not
supported.

Deleted module functions that already have generic equivalents.

Signed-off-by: Linas Vepstas <linas@codeaurora.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/hexagon/kernel/module.c [new file with mode: 0644]