Re: [RFC V2 1/2] irq: Add a framework to measure interrupt timings
From: Thomas Gleixner <hidden>
Date: 2016-01-21 10:28:52
Also in:
lkml
From: Thomas Gleixner <hidden>
Date: 2016-01-21 10:28:52
Also in:
lkml
On Thu, 21 Jan 2016, Daniel Lezcano wrote:
Just to be sure, do you suggest to put the function declaration in kernel/irq/internal.h and the function definition in kernel/sched/idle-sched.c ?
Well obviously the declarations and stub functions should be in a header which is accessible for both.