summaryrefslogtreecommitdiffstats
path: root/sys/arm64
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2016-01-02 19:28:35 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2016-01-02 19:28:35 +0000
commitb6345059e4f17857275423b89f3b2995e550f27d (patch)
tree366d50f3f0e111331de2044b261f6a2ab5f102ad /sys/arm64
parent0ad580bfa1d4a5ff5302db9b432020f72f4fd5f4 (diff)
downloadFreeBSD-src-b6345059e4f17857275423b89f3b2995e550f27d.zip
FreeBSD-src-b6345059e4f17857275423b89f3b2995e550f27d.tar.gz
Make using the #address-cells property on the interrupt parent in device
tree parsing opt-out rather than opt-in. All FDT-based systems as well as PowerPC systems with real Open Firmware use the CHRP-derived binding that includes it, which makes SPARC the odd man out here. Making it opt-out avoids astonishment on new platform bring up.
Diffstat (limited to 'sys/arm64')
-rw-r--r--sys/arm64/include/ofw_machdep.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/arm64/include/ofw_machdep.h b/sys/arm64/include/ofw_machdep.h
index e9c65ef..511fc8d 100644
--- a/sys/arm64/include/ofw_machdep.h
+++ b/sys/arm64/include/ofw_machdep.h
@@ -41,7 +41,4 @@ struct mem_region {
vm_size_t mr_size;
};
-/* FDT follows ePAPR */
-#define OFW_EPAPR
-
#endif /* _MACHINE_OFW_MACHDEP_H_ */
OpenPOWER on IntegriCloud