mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 00:36:42 +07:00
[POWERPC] Fix comment in kernel/irq.c
kernel/irq.c contains a comment that speaks of -1 and -2 as interrupt numbers, but this is actually dependent on configuration options now. Replace by NO_IRQ and NO_IRQ_ENABLED. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
f31909c003
commit
92d4dda333
@ -281,10 +281,10 @@ void do_IRQ(struct pt_regs *regs)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Every platform is required to implement ppc_md.get_irq.
|
* Every platform is required to implement ppc_md.get_irq.
|
||||||
* This function will either return an irq number or -1 to
|
* This function will either return an irq number or NO_IRQ to
|
||||||
* indicate there are no more pending.
|
* indicate there are no more pending.
|
||||||
* The value -2 is for buggy hardware and means that this IRQ
|
* The value NO_IRQ_IGNORE is for buggy hardware and means that this
|
||||||
* has already been handled. -- Tom
|
* IRQ has already been handled. -- Tom
|
||||||
*/
|
*/
|
||||||
irq = ppc_md.get_irq();
|
irq = ppc_md.get_irq();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user