We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d0055 commit 7f62346Copy full SHA for 7f62346
drivers/of/address.c
@@ -1028,15 +1028,9 @@ EXPORT_SYMBOL_GPL(of_dma_is_coherent);
1028
*
1029
* Returns true if the "nonposted-mmio" property was found for
1030
* the device's bus.
1031
- *
1032
- * This is currently only enabled on builds that support Apple ARM devices, as
1033
- * an optimization.
1034
*/
1035
static bool of_mmio_is_nonposted(const struct device_node *np)
1036
{
1037
- if (!IS_ENABLED(CONFIG_ARCH_APPLE))
1038
- return false;
1039
-
1040
struct device_node *parent __free(device_node) = of_get_parent(np);
1041
if (!parent)
1042
return false;
0 commit comments