On 7/22/07, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote:
> This doesn't run on the two full kernel samples I sent you. You mean my script? Or your C program?
Your script, I sent two big samples directly to you as attachments three hours ago. Script processes them for a few pages of output and then bails out. I have more diffs, but those two are representative of the sample phytec patch has support for the NXP 3180 CPU which is not in the kernel. I have a project interested in using this CPU so we are looking at extracting the essence of 3180 support from the patch and trying to apply it to the current kernel.
From the phytec patch:
diff -uarN linux-2.6.10/arch/arm/vfp/entry.S linux-2.6.10-lpc3180/arch/arm/vfp/entry.S --- linux-2.6.10/arch/arm/vfp/entry.S 2004-12-25 05:35:27.000000000 +0800 +++ linux-2.6.10-lpc3180/arch/arm/vfp/entry.S 2006-11-20 15:49:30.000000000 +0800 @@ -19,6 +19,7 @@ #include <linux/init.h> #include <asm/thread_info.h> #include <asm/vfpmacros.h> +#include <asm/constants.h> .globl do_vfp do_vfp: Expected some changed $Revision line: +#define DRIVER_VERSION "$Revision: 1.2 $" jonsmirl@jonsmirl:/extra/diffs$
From the sonos one:
diff --git a/Documentation/cachetlb.txt b/Documentation/cachetlb.txt index 127a661..02dec92 100644 --- a/Documentation/cachetlb.txt +++ b/Documentation/cachetlb.txt @@ -222,7 +222,7 @@ this value. NOTE: This does not fix shared mmaps, check out the sparc64 port for -one way to solve this (in particular SPARC_FLAG_MMAPSHARED). +one way to solve this (in particular arch_get_unmapped_area). Next, you have two methods to solve the D-cache aliasing issue for all other cases. Please keep in mind that fact that, for a given page Expected some changed $Id line: Readme-File /usr/src/Documentation/cdrom/aztcd jonsmirl@jonsmirl:/extra/diffs$ -- Jon Smirl jonsmirl@xxxxxxxxx - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html