MIPS: Replace MIPS-specific 64BIT_PHYS_ADDR with generic PHYS_ADDR_T_64BIT
[linux-drm-fsl-dcu.git] / drivers / dma / txx9dmac.c
index 17686caf64d5c4beedd0d189dd4487a57acb1254..0659ec9c44884ddd0ad8522979606c83b9632571 100644 (file)
@@ -76,7 +76,7 @@ static void channel64_write_CHAR(const struct txx9dmac_chan *dc, dma_addr_t val)
 
 static void channel64_clear_CHAR(const struct txx9dmac_chan *dc)
 {
-#if defined(CONFIG_32BIT) && !defined(CONFIG_64BIT_PHYS_ADDR)
+#if defined(CONFIG_32BIT) && !defined(CONFIG_PHYS_ADDR_T_64BIT)
        channel64_writel(dc, CHAR, 0);
        channel64_writel(dc, __pad_CHAR, 0);
 #else