X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=Documentation%2Firqflags-tracing.txt;h=f6da05670e16d9dcfc3f8b7d50a1a4291ad8a974;hb=f15844e0777fec936f87a87f97394f83911dacd3;hp=67aa71e73035dd6029bfd8d75d5466fca297e53f;hpb=c721be2807467819d16db4d61a4c5db539bcc1c7;p=karo-tx-linux.git diff --git a/Documentation/irqflags-tracing.txt b/Documentation/irqflags-tracing.txt index 67aa71e73035..f6da05670e16 100644 --- a/Documentation/irqflags-tracing.txt +++ b/Documentation/irqflags-tracing.txt @@ -22,13 +22,6 @@ rather straightforward and risk-free manner. Architectures that want to support this need to do a couple of code-organizational changes first: -- move their irq-flags manipulation code from their asm/system.h header - to asm/irqflags.h - -- rename local_irq_disable()/etc to raw_local_irq_disable()/etc. so that - the linux/irqflags.h code can inject callbacks and can construct the - real local_irq_disable()/etc APIs. - - add and enable TRACE_IRQFLAGS_SUPPORT in their arch level Kconfig file and then a couple of functional changes are needed as well to implement