Re: [PATCH] NX: Fix noexec kernel parameter / x86_64

From: Ingo Molnar
Date: Sun Dec 05 2004 - 02:02:03 EST



* Zwane Mwaikambo <zwane@xxxxxxxxxxxxxxxx> wrote:

> + if (!memcmp(from, "noexec=", 7)) {
> + extern void nonx_setup(char *str);
> +
> + nonx_setup(from + 7);
> + }

looks good, but please put the prototype into a header.

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