On 04/23/12 20:18, Stephen Boyd wrote: > Make get_current() into a static inline function in the > generic version of current.h so we match what almost every > architecture is doing. This allows us to move most of the arches > over to this generic header instead of redefining the same thing > over and over in each asm directory. > > Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxxxxxx> > Cc: linux-arch@xxxxxxxxxxxxxxx > --- > diff --git a/arch/alpha/include/asm/Kbuild b/arch/alpha/include/asm/Kbuild > index e423def..8b8f979 100644 > --- a/arch/alpha/include/asm/Kbuild > +++ b/arch/alpha/include/asm/Kbuild > @@ -2,6 +2,7 @@ include include/asm-generic/Kbuild.asm > > header-y += compiler.h > header-y += console.h > +header-y += current.h Oops. This should be generic-y not header-y. -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html