Applying: powerpc/entry: add irqentry_state and generic entry support error: patch failed: arch/powerpc/kernel/interrupt.c:3 error: arch/powerpc/kernel/interrupt.c: patch does not apply Patch failed at 0005 powerpc/entry: add irqentry_state and generic entrysupport I tried on v6.11, v6.1...
- */ -typedef struct irqentry_state { - union { - bool exit_rcu; - bool lockdep; - }; -} irqentry_state_t; -#endif - /** * irqentry_enter - Handle state tracking on ordinary interrupt entries * @regs: Pointer to pt_regs of interrupted context diff --git a/include/linux/irqe...
echo "1">/sys/kernel/debug/tracing/events/irq/irq_handler_entry/enable echo "1">/sys/kernel/debug/tracing/events/irq/irq_handler_exit/enable echo "1" >/sys/kernel/debug/tracing/tracing_on cat /sys/kernel/debug/tracing/trace echo "1" >/sys/kernel/debug/tracing/tracing_on...
3 changes: 2 additions & 1 deletion 3 drivers/irqchip/irq-sunxi.c Original file line numberDiff line numberDiff line change @@ -129,7 +129,8 @@ static int __init sunxi_of_init(struct device_node *node, } static struct of_device_id sunxi_irq_dt_ids[] __initconst = { { .compa...
At present (2011), the IRQV assumes conceptualizations of quality of life from two complementary perspectives: subjective well-being (SWB) and health-related quality of life (HR-QOL). The institute's...doi:10.1007/978-94-007-0753-5_3541Ferran Casas...
() functions. > - */ > -typedef struct irqentry_state { > - union { > - bool exit_rcu; > - bool lockdep; > - }; > -} irqentry_state_t; > -#endif > - > /** > * irqentry_enter - Handle state tracking on ordinary interrupt entries > * @regs: Pointer to pt_regs of ...
>Applying: powerpc/entry: add irqentry_state and generic entry support >error: patch failed: arch/powerpc/kernel/interrupt.c:3 >error: arch/powerpc/kernel/interrupt.c: patch does not apply >Patch failed at 0005 powerpc/entry: add irqentry_state and generic entry ...
*acpi_pci_irq_find_prt_entry(int segment, int bus, int device, int pin) { - struct list_head *node = NULL; struct acpi_prt_entry *entry = NULL; - if (!acpi_prt.count) return NULL; @@ -64,8 +62,7 @@ static struct acpi_prt_entry *acpi_pci_irq_find_prt_entry(int ...
From: Matthias Kaehlcke <[EMAIL PROTECTED]> acpi_pci_irq_find_prt_entry(): use list_for_each_entry() instead of list_for_each()
generic irq entry support via generic irqentry is added for powerpc. There may be duplciate calls and missing callbacks requires further work. Signed-off-by: Luming Yu <luming...@shingroup.cn> --- arch/powerpc/include/asm/entry-common.h | 32 ++++++++++ arch/power...