arch/tile: properly flush the I$ when unloading kernel modules
authorChris Metcalf <cmetcalf@tilera.com>
Mon, 2 May 2011 19:35:06 +0000 (15:35 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Wed, 4 May 2011 18:40:25 +0000 (14:40 -0400)
commit229f4df1fb84e5d3306b4fc49b41f7847340092d
tree1e7bbb5c6af2d5a2891910492469df876e2885d6
parent7194988fb5add6341b95f4501f6778bf27b4d3de
arch/tile: properly flush the I$ when unloading kernel modules

Otherwise, in principle, there could be stale I$ data present
next time the page that previously held the kernel module code was
used to run some new code.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/kernel/module.c