Re: [RFC V2 1/2] irq: Add a framework to measure interrupt timings

From: Thomas Gleixner
Date: Thu Jan 21 2016 - 05:28:58 EST


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.