Re: [patch 2.6.15] i386: allow disabling X86_FEATURE_SEP at boot

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Chuck Ebbert <[email protected]> wrote:
>
> Allow the x86 "sep" feature to be disabled at bootup.  This
> forces use of the int80 vsyscall.
> 

Why is there a need to do this?

> 
>  Documentation/kernel-parameters.txt |    6 +++++-
>  arch/i386/kernel/cpu/common.c       |   13 +++++++++++++
>  2 files changed, 18 insertions(+), 1 deletion(-)
> 
> --- 2.6.15a.orig/arch/i386/kernel/cpu/common.c
> +++ 2.6.15a/arch/i386/kernel/cpu/common.c
> @@ -27,6 +27,7 @@ EXPORT_PER_CPU_SYMBOL(cpu_16bit_stack);
>  static int cachesize_override __devinitdata = -1;
>  static int disable_x86_fxsr __devinitdata = 0;
>  static int disable_x86_serial_nr __devinitdata = 1;
> +static int disable_x86_sep __devinitdata = 0;
>  

hm, I guess lots of things in there should be __cpuinit/__cpuinitdata. 
__devinit is a superset of that, but we're being a little wasteful in the
case of CONFIG_HOTPLUG&&!CONFIG_HOTPLUG_CPU.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux