Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40b1f4e5 authored by Michael Neuling's avatar Michael Neuling Committed by Ingo Molnar
Browse files

irq: trivial: Fix typo in comment for #endif



The comment suggests this #endif is CONFIG_X86 but it's really
CONFIG_TRACE_IRQFLAGS_SUPPORT

Signed-off-by: default avatarMichael Neuling <mikey@neuling.org>
Cc: michael@ellerman.id.au
LKML-Reference: <18191.1256182768@neuling.org>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent d995053d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,6 +124,6 @@
	typecheck(unsigned long, flags);	\
	raw_irqs_disabled_flags(flags);		\
})
#endif		/* CONFIG_X86 */
#endif /* CONFIG_TRACE_IRQFLAGS_SUPPORT */

#endif