powerpc: Add support for popcnt instructions
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / powerpc / kernel / ppc_ksyms.c
index ab3e392..ef3ef56 100644 (file)
@@ -186,3 +186,10 @@ EXPORT_SYMBOL(__mtdcr);
 EXPORT_SYMBOL(__mfdcr);
 #endif
 EXPORT_SYMBOL(empty_zero_page);
+
+#ifdef CONFIG_PPC64
+EXPORT_SYMBOL(__arch_hweight8);
+EXPORT_SYMBOL(__arch_hweight16);
+EXPORT_SYMBOL(__arch_hweight32);
+EXPORT_SYMBOL(__arch_hweight64);
+#endif