Messages in this thread |  | | | Subject | Re: [PATCH 1/2] jump label: introduce static_branch() interface | | From | Steven Rostedt <> | | Date | Thu, 10 Mar 2011 16:01:35 -0500 |
| |
On Wed, 2011-03-09 at 15:47 -0500, Jason Baron wrote:
> diff --git a/arch/x86/kernel/jump_label.c b/arch/x86/kernel/jump_label.c > index 961b6b3..dfa4c3c 100644 > --- a/arch/x86/kernel/jump_label.c > +++ b/arch/x86/kernel/jump_label.c > @@ -4,13 +4,13 @@ > * Copyright (C) 2009 Jason Baron <jbaron@redhat.com> > * > */ > -#include <linux/jump_label.h> > #include <linux/memory.h> > #include <linux/uaccess.h> > #include <linux/module.h> > #include <linux/list.h> > #include <linux/jhash.h> > #include <linux/cpu.h> > +#include <linux/jump_label.h> > #include <asm/kprobes.h> > #include <asm/alternative.h> > > diff --git a/arch/x86/kernel/module.c b/arch/x86/kernel/module.c
Jason,
I'm curious, is there a reason for this header change? Clean up? Maybe it could go into a separate patch. If anything, just to make this one slightly smaller.
-- Steve
|  |