[MIPS] Export local_flush_data_cache_page for sake of IDE.
authorRalf Baechle <ralf@linux-mips.org>
Sun, 10 Dec 2006 18:43:59 +0000 (18:43 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Sun, 10 Dec 2006 21:52:11 +0000 (21:52 +0000)
On a CPU with aliases the IDE core needs to flush caches in the special
IDE variants of insw, insl etc.  If IDE support is built as a module this
will only work if local_flush_data_cache_page happens is exported as a
module.

As per policy export local_flush_data_cache_page as GPL symbol only.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found