]> Pileus Git - ~andy/linux/blobdiff - arch/powerpc/kernel/prom_init.c
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[~andy/linux] / arch / powerpc / kernel / prom_init.c
index 47834a3f49381c47f6efd22eb26e17e4e03b242f..cb6c123722a214691d7c99519a08a5aa27e95577 100644 (file)
@@ -1748,7 +1748,7 @@ static void __init prom_initialize_tce_table(void)
                 * else will impact performance, so we always allocate 8MB.
                 * Anton
                 */
-               if (__is_processor(PV_POWER4) || __is_processor(PV_POWER4p))
+               if (pvr_version_is(PVR_POWER4) || pvr_version_is(PVR_POWER4p))
                        minsize = 8UL << 20;
                else
                        minsize = 4UL << 20;