summaryrefslogtreecommitdiffstats
path: root/sys/arm/xscale/i8134x
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2012-07-17 03:18:12 +0000
committergonzo <gonzo@FreeBSD.org>2012-07-17 03:18:12 +0000
commitdf07abd457b125e834e6e9d477a00c8571b967f3 (patch)
treee995d73c6f0233d1b86fb92064f5bc44d01df00d /sys/arm/xscale/i8134x
parentad2692aed9926b184f3b9376b29d1dab33d2497f (diff)
downloadFreeBSD-src-df07abd457b125e834e6e9d477a00c8571b967f3.zip
FreeBSD-src-df07abd457b125e834e6e9d477a00c8571b967f3.tar.gz
Move unmask IRQ function call up to nexus device level.
FDT-enabled targets were broken after r238043 that relies on device up the hierarchy to properly setup interrupt. nexus device for ARM platforms did job only partially: setting handler but not unmasking interrupt. Unmasking was performed by platform code. Reviewed by: andrew@
Diffstat (limited to 'sys/arm/xscale/i8134x')
-rw-r--r--sys/arm/xscale/i8134x/i81342.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arm/xscale/i8134x/i81342.c b/sys/arm/xscale/i8134x/i81342.c
index 2bfab78..bb3795c 100644
--- a/sys/arm/xscale/i8134x/i81342.c
+++ b/sys/arm/xscale/i8134x/i81342.c
@@ -435,7 +435,6 @@ i81342_setup_intr(device_t dev, device_t child, struct resource *ires,
filt, intr, arg, cookiep);
if (error)
return (error);
- arm_unmask_irq(rman_get_start(ires));
return (0);
}
OpenPOWER on IntegriCloud