]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Hexagon: Support dynamic module loading.
authorRichard Kuo <rkuo@codeaurora.org>
Wed, 14 Sep 2011 00:50:29 +0000 (10:50 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 14 Sep 2011 00:50:29 +0000 (10:50 +1000)
commita5a5d593bff6574f8172de98a9d84b612d7085d4
treeb094ab006ab34f95f8abb26601046675c6f77d94
parentd822f0bff8a9f6a9da9ce7ccd29030ccc58d14a9
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]