X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=kernel%2Fsoftirq.c;h=33e4648ae0e7cd908671ef1a8ab60bbb562c097c;hb=508200c5c076b20436a04cb264168095fe1b1f1a;hp=b50990a5bea0220df9034f0bcc71d92e452edc78;hpb=4162877d3ffa900b618c369c490c7faa6af60e47;p=karo-tx-linux.git diff --git a/kernel/softirq.c b/kernel/softirq.c index b50990a5bea0..33e4648ae0e7 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c @@ -779,3 +779,8 @@ int __init __weak arch_early_irq_init(void) { return 0; } + +unsigned int __weak arch_dynirq_lower_bound(unsigned int from) +{ + return from; +}