lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 27 Nov 2007 16:05:01 -0800
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	Christoph Lameter <clameter@....com>
CC:	akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
	Rusty Russell <rusty@...tcorp.com.au>, Andi Kleen <ak@...e.de>
Subject: Re: [patch 05/14] percpu: Use a Kconfig variable to configure arch
 specific percpu setup

Christoph Lameter wrote:
> On Tue, 27 Nov 2007, Randy Dunlap wrote:
> 
>>> +config ARCH_SETS_UP_PER_CPU_AREA
>>> +	bool
>>> +	default y
>> 	def_bool y
>>   is the preferred form for those 2-liners above...
>>
>>
>>> +
>>>  config ARCH_NO_VIRT_TO_BUS
>>>  	def_bool y
>>>  
> 
> Ok. Changed.
> 
> x86 should use
> 
> config ARCH_SETS_UP_PER_CPU_AREA
>         def_bool X86_64
> 
> ?

Yes, you can do
	def_bool <config symbol>
as well to make the new symbol be variable instead of constant.


-- 
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ