]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
c6x: platforms: cache: Export symbol L1P_cache_block_invalidate and L1D_cache_block_w...
authorChen Gang <xili_gchen_5257@hotmail.com>
Wed, 4 Mar 2015 07:05:25 +0000 (15:05 +0800)
committerMark Salter <msalter@redhat.com>
Thu, 26 Mar 2015 14:49:58 +0000 (10:49 -0400)
commit3083ca2376a76072dc0071fb211de80b0ac44bd1
tree1f19656ee2a406d2bc627ba38d0310266b603c29
parent2135115c938dcaba689a3780c0bffb6db1d05601
c6x: platforms: cache: Export symbol L1P_cache_block_invalidate and L1D_cache_block_writeback

They are needed by other modules, the related error with allmodconfig:

    MODPOST 3327 modules
  ERROR: "L1P_cache_block_invalidate" [drivers/misc/lkdtm.ko] undefined!
  ERROR: "L1D_cache_block_writeback" [drivers/misc/lkdtm.ko] undefined!

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Signed-off-by: Mark Salter <msalter@redhat.com>
arch/c6x/platforms/cache.c