On Thu, 15 May 2003 04:02:31 -0400 (EDT) Zwane Mwaikambo <zwane@linuxpower.ca> wrote:
| I get a monitor error in VMWare4 with a sysenter syscall enabled kernel,
| this patch simply disables sysenter based syscalls but doesn't clear the
| SEP bit in the capabilities.
| +static int __init do_nosysenter(char *s)
| +{
| + nosysenter = 1;
| + return 1;
| +}
| +__setup("nosysenter", do_nosysenter);
Needs entry in Documentation/kernel-parameters.txt also
if/when accepted.
-- ~Randy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Thu May 15 2003 - 22:00:57 EST