aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/cavium/thunder_pcie_pem.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm64/cavium/thunder_pcie_pem.c')
-rw-r--r--sys/arm64/cavium/thunder_pcie_pem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm64/cavium/thunder_pcie_pem.c b/sys/arm64/cavium/thunder_pcie_pem.c
index a7138dc70870..0f1e6a31b7fb 100644
--- a/sys/arm64/cavium/thunder_pcie_pem.c
+++ b/sys/arm64/cavium/thunder_pcie_pem.c
@@ -435,7 +435,7 @@ thunder_pem_alloc_resource(device_t dev, device_t child, int type, int *rid,
end, count, flags));
};
- if ((start == 0UL) && (end == ~0UL)) {
+ if (RMAN_IS_DEFAULT_RANGE(start, end)) {
device_printf(dev,
"Cannot allocate resource with unspecified range\n");
goto fail;