Re: [patch 06/10] Linux Kernel Markers - Non optimized architectures

From: Alexey Dobriyan
Date: Thu May 10 2007 - 01:13:39 EST


On Wed, May 09, 2007 at 09:56:01PM -0400, Mathieu Desnoyers wrote:
> This patch also includes marker code for non optimized architectures.

> include/asm-alpha/marker.h | 13 +++++++++++++
> include/asm-arm/marker.h | 13 +++++++++++++
> include/asm-arm26/marker.h | 13 +++++++++++++
> include/asm-cris/marker.h | 13 +++++++++++++
> include/asm-frv/marker.h | 13 +++++++++++++
> include/asm-generic/marker.h | 37 +++++++++++++++++++++++++++++++++++++
> include/asm-h8300/marker.h | 13 +++++++++++++
> include/asm-ia64/marker.h | 13 +++++++++++++
> include/asm-m32r/marker.h | 13 +++++++++++++
> include/asm-m68k/marker.h | 13 +++++++++++++
> include/asm-m68knommu/marker.h | 13 +++++++++++++
> include/asm-mips/marker.h | 13 +++++++++++++
> include/asm-parisc/marker.h | 13 +++++++++++++
> include/asm-ppc/marker.h | 13 +++++++++++++
> include/asm-s390/marker.h | 13 +++++++++++++
> include/asm-sh/marker.h | 13 +++++++++++++
> include/asm-sh64/marker.h | 13 +++++++++++++
> include/asm-sparc/marker.h | 13 +++++++++++++
> include/asm-sparc64/marker.h | 13 +++++++++++++
> include/asm-um/marker.h | 13 +++++++++++++
> include/asm-v850/marker.h | 13 +++++++++++++
> include/asm-x86_64/marker.h | 13 +++++++++++++
> include/asm-xtensa/marker.h | 13 +++++++++++++
> 23 files changed, 323 insertions(+)

> --- /dev/null
> +++ linux-2.6-lttng/include/asm-arm/marker.h
> @@ -0,0 +1,13 @@
> +/*
> + * marker.h
> + *
> + * Code markup for dynamic and static tracing. Architecture specific
> + * optimisations.
> + *
> + * No optimisation implemented.
> + *
> + * This file is released under the GPLv2.
> + * See the file COPYING for more details.
> + */
> +
> +#include <asm-generic/marker.h>

Come on, one line file is enough!

-
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/