diff options
author | Brandon Bergren <bdragon@FreeBSD.org> | 2020-02-25 22:03:30 +0000 |
---|---|---|
committer | Brandon Bergren <bdragon@FreeBSD.org> | 2020-02-25 22:03:30 +0000 |
commit | f55185bcd811d3d3be2dce13b15453ef669ff85f (patch) | |
tree | e6c872bacd3eabe6ca1693ee68451b157f97f0fa /sys/dev/dpaa | |
parent | 6bc27f086ad11777fc2ade754a6f771c48efbca4 (diff) | |
download | src-f55185bcd811d3d3be2dce13b15453ef669ff85f.tar.gz src-f55185bcd811d3d3be2dce13b15453ef669ff85f.zip |
Notes
Diffstat (limited to 'sys/dev/dpaa')
-rw-r--r-- | sys/dev/dpaa/fman.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/dev/dpaa/fman.c b/sys/dev/dpaa/fman.c index fcb0ccfd2ead..d3327399fb88 100644 --- a/sys/dev/dpaa/fman.c +++ b/sys/dev/dpaa/fman.c @@ -455,13 +455,6 @@ fman_attach(device_t dev) goto err; } - /* - * XXX: Fix FMan interrupt. This is workaround for the issue with - * interrupts directed to multiple CPUs by the interrupts subsystem. - * Workaround is to bind the interrupt to only one CPU0. - */ - XX_FmanFixIntr(rman_get_start(sc->irq_res)); - sc->err_irq_rid = 1; sc->err_irq_res = bus_alloc_resource_any(dev, SYS_RES_IRQ, &sc->err_irq_rid, RF_ACTIVE | RF_SHAREABLE); |