lkml.org 
[lkml]   [2015]   [Mar]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 10/11] x86/xip: resolve alternative instructions at build
From
Date
Whitespace nits, mainly, I'm afraid.

On Mon, 2015-03-23 at 00:46 -0700, Jim Kukunas wrote:
> --- a/arch/x86/Kconfig
> +++ b/arch/x86/Kconfig

> +menu "XIP Alternative Instructions"
> + depends on XIP_KERNEL
> +
> + config XIP_ENABLE_X86_FEATURE_POPCNT

No need to indent this line.

> + bool "Enable POPCNT alternative instructions"
> + default n
> +
> + config XIP_ENABLE_X86_BUG_11AP

Ditto.

> + bool "Enable 11AP alternative instructions"
> + default n
> +
> + config XIP_ENABLE_X86_FEATURE_XMM2

Etc.

> + bool "Enable XMM2 alternative instructions"
> + default n
> +
> + config XIP_ENABLE_X86_FEATURE_MFENCE_RDTSC
> + bool "Enable MFENCE_RDTSC alternative instructions"
> + default n
> +
> + config XIP_ENABLE_X86_FEATURE_LFENCE_RDTSC
> + bool "Enable LFENCE_RDTSC alternative instructions"
> + default n
> +
> + config XIP_ENABLE_X86_FEATURE_3DNOW
> + bool "Enable 3DNOW alternative instructions"
> + default n
> +
> + config XIP_ENABLE_X86_FEATURE_XMM
> + bool "Enabled XMM alternative instructions"
> + default n
> +
> + config XIP_ENABLE_X86_FEATURE_CLFLUSHOPT
> + bool "Enable CLFLUSHOPT alternative instructions"
> + default n
> +
> + config XIP_ENABLE_X86_FEATURE_XSAVEOPT
> + bool "Enable XSAVEOPT alternative instructions"
> + default n
> +
> + config XIP_ENABLE_X86_FEATURE_XSAVES
> + bool "Enable XSAVES alternative instructions"
> + default n
> +
> +endmenu
> +

The "n defaults are probably unneeded too.


Paul Bolle



\
 
 \ /
  Last update: 2015-03-24 00:01    [W:0.132 / U:0.380 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site