This repository was archived by the owner on Apr 13, 2019. It is now read-only.
Commit 057ad8b
committed
irq: GENERIC_IRQ_MULTI_HANDLER conflicts with MULTI_IRQ_HANDLER
These define the same symbol so they're mutually exclusive. By the end
of this patch set I'll have removed MULTI_IRQ_HANDLER, but for now it's
slightly easier to make these as conflicting so architectures that now
define MULTI_IRQ_HANDLER won't get the generic version selected by
randconfig.
This will go away when every port is converted over to
GENERIC_IRQ_MULTI_HANDLER.
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>1 parent 2a18224 commit 057ad8b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
0 commit comments