Re: [PATCH 5/5] jump labels/x86: Use etiher 5 byte or 2 byte jumps

From: Steven Rostedt
Date: Fri Jan 27 2012 - 16:47:34 EST


On Fri, 2012-01-27 at 15:14 -0500, Steven Rostedt wrote:
> +static unsigned char nop_short[] = { P6_NOP2 };
> +
> +/* These are the nops added at compile time */
> +static unsigned char default_nop[] = { JUMP_LABEL_INIT_NOP };
> +
>
Andrew,

I also made the above two into static const. Just so you know ;-)

-- Steve


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