Re: [PATCH 01/11] ftrace: handle generic arch calls

From: Andrew Morton
Date: Wed Oct 22 2008 - 14:58:25 EST


On Wed, 22 Oct 2008 14:43:14 -0400
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> +if ($arch eq "x86") {
> + if ($bits == 64) {
> + $arch = "x86_64";
> + } else {
> + $arch = "xi386";

?

> + }

(how well was this tested?)
--
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/