Re: [RFC] remove linux/hardirq.h from asm-generic/local.h

From: Sam Ravnborg
Date: Wed Dec 17 2008 - 00:44:37 EST


> > +++ b/arch/sparc64/kernel/mdesc.c
> > @@ -11,6 +11,7 @@
> > #include <linux/mm.h>
> > #include <linux/miscdevice.h>
> >
> > +#include <asm/cpudata.h>
> > #include <asm/hypervisor.h>
> > #include <asm/mdesc.h>
> > #include <asm/prom.h>
> > diff --git a/arch/sparc64/kernel/sysfs.c b/arch/sparc64/kernel/sysfs.c
> > index 84e5ce1..d28f496 100644
> > --- a/arch/sparc64/kernel/sysfs.c
> > +++ b/arch/sparc64/kernel/sysfs.c
> > @@ -8,6 +8,7 @@
> > #include <linux/percpu.h>
> > #include <linux/init.h>
> >
> > +#include <asm/cpudata.h>
> > #include <asm/hypervisor.h>
> > #include <asm/spitfire.h>
>
> hm, the two sparc64 files have just magically disappeared from linux-next.

s/magically/by hard work/ ;-)

We have unified sparc and sparc64 so all files lives in
arch/sparc/* these days.
Feed the sparc64 bits to davem and he will take care.
Or I can do it if you like.

Sam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/