[PATCH 2/2] arm: pmu: add support for per-cpu PMU interrupts.

2012-07-30 Thread Chris Smith
place the dev_id was used was in armpmu_platform_irq, which is fixed up accordingly. Signed-off-by: Chris Smith --- arch/arm/kernel/perf_event.c| 91 +- arch/arm/kernel/perf_event_v6.c |3 +- arch/arm/kernel/perf_event_v7.c |3 +- 3 files changed, 71

[PATCH 1/2] genirq: Provide an accessor for IRQ_PER_CPU flag.

2012-07-30 Thread Chris Smith
Adds an accessor function, irq_is_per_cpu(), for the flag IRQ_PER_CPU. This is useful if you have an IRQ that is per-cpu in some hardware implementations, and not in others (example: ARM PMU Interrupts), and you want to handle both cases. Signed-off-by: Chris Smith --- include/linux/irqdesc.h

Re: x86 setup code rewrite in C

2007-07-11 Thread Chris Smith
On 7/10/07, H. Peter Anvin <[EMAIL PROTECTED]> wrote: So far our effort at getting paid staff seems to have fallen through :( -hpa Presumably the 501c status hasn't changed since OLS? If a paid position isn't forthcoming, perhaps there can be a bounty system for people to contribute $ t

Re: PC speaker

2007-06-13 Thread Chris Smith
So, the idea was raised about seeing if there was a way to blow the PC speaker by loading a kernel module. If so, a mass-deployment of a kernel module overnight would take care of the PC speaker problem once and for all. Sounds as though the problem has more to do with the students than the har

Re: [kbuild-devel] kbuild update

2007-06-03 Thread Chris Smith
What's next? ... -> A few cygwin specific changes may hit kbuild - to allow the kernel to be built using cygwin on a windoze box. This seems vaguely immoral. ;) Thanks, Chris - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTE

Re: [RFC] - LXR on kernel.org ? was: Re: What tools to use?

2007-05-11 Thread Chris Smith
On 11 May 2007 10:56:33 +0200, Arne Georg Gleditsch <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] writes: > I like lxr pretty much. i`m not a programmer, but i often need some > information on "what`s the driver version of xyz in latest kernel" or > "was this or that feature/patch already being m

Re: Skeleton, Makefile extension - Separate source tree with only valid source files

2007-01-15 Thread Chris Smith
On 1/15/07, Pelle Svensson <[EMAIL PROTECTED]> wrote: Did some hacks to the Makefile which might be of interest for those who feel like there are too many source files in the Linux tree. Running following make will create a separate directory including only the files which are active i.e. they ar