commit | 1edda9c795b99c3761715a73f62a78fce41a1f1d | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Tue Jan 06 23:00:05 2009 -0600 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jan 08 16:25:17 2009 +1100 |
tree | 938401fa38fcdf89926603827b21467cf48065f2 | |
parent | 4a0826824beb28390651a962987b0681b9e7fe93 [diff] |
powerpc: Export cacheable_memzero as its now used in a driver The Freescale PowerPC specific gianfar driver (gig-e) uses cacheable_memzero for performance reasons we need to export the symbol to allow the driver to be built as a module. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>