Re: [PATCH] avr32 architecture

From: Haavard Skinnemoen
Date: Tue Sep 26 2006 - 17:17:47 EST


On 9/26/06, David Woodhouse <dwmw2@xxxxxxxxxxxxx> wrote:
On Tue, 2006-09-26 at 16:01 +0000, Linux Kernel Mailing List wrote:
> [PATCH] avr32 architecture

pmac /pmac/git/linux-2.6 $ make ARCH=avr32 headers_check
CHK include/linux/version.h
make[1]: `scripts/unifdef' is up to date.
CHECK include/asm/user.h
CHECK include/asm/unistd.h
/pmac/git/linux-2.6/usr/include/asm/unistd.h requires linux/linkage.h, which does not exist in exported headers

Right. avr32-implement-kernel_execve.patch, which was flagged as "Will
merge" by Andrew, fixes it by moving the #ifdef __KERNEL__ guard to
cover everything but the __NR_foo definitions. So as long as that
one's still scheduled for inclusion, I think sending a separate patch
to fix this problem will do more harm than good.

But thanks for testing :)

Håvard
-
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/