From 47a4ca603bd4292e6583c077c37447ec342fff4d Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Wed, 2 Nov 2016 23:44:30 +0000 Subject: [PATCH] Since it's no longer accessing a powerpc-specific register, drop the #ifdef. --- sys/dev/sdhci/fsl_sdhci.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/dev/sdhci/fsl_sdhci.c b/sys/dev/sdhci/fsl_sdhci.c index 44694255b92..4e667bd04b7 100644 --- a/sys/dev/sdhci/fsl_sdhci.c +++ b/sys/dev/sdhci/fsl_sdhci.c @@ -869,12 +869,10 @@ fsl_sdhci_attach(device_t dev) * * XXX need named constants for this stuff. */ -#ifdef __powerpc__ /* P1022 has the '*_BRST_LEN' fields as reserved, always reading 0x10 */ if (ofw_bus_is_compatible(dev, "fsl,p1022-esdhc")) WR4(sc, SDHC_WTMK_LVL, 0x10801080); else -#endif WR4(sc, SDHC_WTMK_LVL, 0x08800880); /*