login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
April
»
7
Re: [PATCH 25/33] x86, lmb: turn off ARCH_LMB_FIND_AREA
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Michael Ellerman
Subject:
Re: [PATCH 25/33] x86, lmb: turn off ARCH_LMB_FIND_AREA
Date: Wednesday, April 7, 2010 - 4:38 pm
On Tue, 2010-03-30 at 19:17 -0700, Yinghai Lu wrote:
quoted text
> 32bit now can use generic __find_lmb_area now. So we can turn arch one off > > Signed-off-by: Yinghai Lu <yinghai@kernel.org> > --- > arch/x86/Kconfig | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig > index 1aa53ae..ce097ab 100644 > --- a/arch/x86/Kconfig > +++ b/arch/x86/Kconfig > @@ -584,7 +584,7 @@ config PARAVIRT_DEBUG > a paravirt_op is missing when it is called. > > config ARCH_LMB_FIND_AREA > - default y > + default n > bool "Use x86 own lmb_find_area()" > ---help--- > Use lmb_find_area() version instead of generic version, it get free
So can't the whole ARCH_LMB_FIND_AREA go away then? And the generic version be made non-weak? cheers
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH -v11 00/33] use lmb with x86
, Yinghai Lu
, (Tue Mar 30, 7:16 pm)
[PATCH 01/33] x86: Make e820_remove_range() to handle all ...
, Yinghai Lu
, (Tue Mar 30, 7:16 pm)
[PATCH 02/33] lmb: Move lmb.c to mm/
, Yinghai Lu
, (Tue Mar 30, 7:16 pm)
[PATCH 04/33] lmb: Seperate __lmb_find_base() from __lmb_a ...
, Yinghai Lu
, (Tue Mar 30, 7:16 pm)
[PATCH 05/33] lmb: Add lmb_find_area()
, Yinghai Lu
, (Tue Mar 30, 7:16 pm)
[PATCH 06/33] lmb: Add lmb_reserve_area/lmb_free_area
, Yinghai Lu
, (Tue Mar 30, 7:16 pm)
[PATCH 07/33] bootmem, x86: Add weak version of reserve_bo ...
, Yinghai Lu
, (Tue Mar 30, 7:16 pm)
[PATCH 08/33] lmb: Add lmb_to_bootmem()
, Yinghai Lu
, (Tue Mar 30, 7:16 pm)
[PATCH 09/33] lmb: Add get_free_all_memory_range()
, Yinghai Lu
, (Tue Mar 30, 7:16 pm)
[PATCH 10/33] lmb: Add lmb_register_active_regions() and l ...
, Yinghai Lu
, (Tue Mar 30, 7:16 pm)
[PATCH 11/33] lmb: Prepare to include linux/lmb.h in core file
, Yinghai Lu
, (Tue Mar 30, 7:16 pm)
[PATCH 12/33] lmb: Add find_memory_core_early()
, Yinghai Lu
, (Tue Mar 30, 7:16 pm)
[PATCH 13/33] lmb: Add lmb_find_area_node()
, Yinghai Lu
, (Tue Mar 30, 7:16 pm)
[PATCH 14/33] lmb: Add lmb_free_memory_size()
, Yinghai Lu
, (Tue Mar 30, 7:16 pm)
[PATCH 15/33] lmb: Add lmb_memory_size()
, Yinghai Lu
, (Tue Mar 30, 7:17 pm)
[PATCH 17/33] lmb: Use lmb_debug to control debug message ...
, Yinghai Lu
, (Tue Mar 30, 7:17 pm)
[PATCH 18/33] lmb: Add ARCH_DISCARD_LMB to put lmb code to ...
, Yinghai Lu
, (Tue Mar 30, 7:17 pm)
[PATCH 19/33] x86: Add sanitize_e820_map()
, Yinghai Lu
, (Tue Mar 30, 7:17 pm)
[PATCH 20/33] x86, lmb: Add lmb_find_area_size()
, Yinghai Lu
, (Tue Mar 30, 7:17 pm)
[PATCH 21/33] x86, lmb: Add x86 version of __lmb_find_area()
, Yinghai Lu
, (Tue Mar 30, 7:17 pm)
[PATCH 22/33] x86: Use lmb to replace early_res
, Yinghai Lu
, (Tue Mar 30, 7:17 pm)
[PATCH 23/33] x86: Replace e820_/_early string with lmb_
, Yinghai Lu
, (Tue Mar 30, 7:17 pm)
[PATCH 24/33] nobootmem: use lmb.default_alloc_limit in al ...
, Yinghai Lu
, (Tue Mar 30, 7:17 pm)
[PATCH 25/33] x86, lmb: turn off ARCH_LMB_FIND_AREA
, Yinghai Lu
, (Tue Mar 30, 7:17 pm)
[PATCH 26/33] x86: Remove not used early_res code
, Yinghai Lu
, (Tue Mar 30, 7:17 pm)
[PATCH 27/33] x86, lmb: Use lmb_memory_size()/lmb_free_mem ...
, Yinghai Lu
, (Tue Mar 30, 7:17 pm)
[PATCH 28/33] x86: Align e820 ram range to page
, Yinghai Lu
, (Tue Mar 30, 7:17 pm)
[PATCH 30/33] x86: Add get_centaur_ram_top()
, Yinghai Lu
, (Tue Mar 30, 7:17 pm)
[PATCH 31/33] x86: Change e820_any_mapped() to __init
, Yinghai Lu
, (Tue Mar 30, 7:17 pm)
[PATCH 32/33] x86: Use walk_system_ream_range() instead of ...
, Yinghai Lu
, (Tue Mar 30, 7:17 pm)
[PATCH 33/33] x86: make e820 to be __initdata
, Yinghai Lu
, (Tue Mar 30, 7:17 pm)
Re: [PATCH 06/33] lmb: Add lmb_reserve_area/lmb_free_area
, Michael Ellerman
, (Wed Apr 7, 4:35 pm)
Re: [PATCH 06/33] lmb: Add lmb_reserve_area/lmb_free_area
, Yinghai
, (Wed Apr 7, 4:36 pm)
Re: [PATCH 25/33] x86, lmb: turn off ARCH_LMB_FIND_AREA
, Michael Ellerman
, (Wed Apr 7, 4:38 pm)
Re: [PATCH 25/33] x86, lmb: turn off ARCH_LMB_FIND_AREA
, Yinghai
, (Wed Apr 7, 4:40 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Fortier,Vincent [Montreal]
2.6.21.5 june 30th to july 1st date hang?
Jeff Dike
[ PATCH 2/6 ] UML - Formatting fixes around os_{read_write}_file callers
Liam Girdwood
[PATCH 07/13] regulator: regulator test harness
Oleg Nesterov
Re: Getting the new RxRPC patches upstream
Stefan Seyfried
Re: 2.6.19-rc5: grub is much slower resuming from suspend-to-disk than in 2.6.18
linux-netdev
:
Arnaud Ebalard
Re: [REGRESSION,BISECTED] MIPv6 support broken by f4f914b58019f0
Jan Engelhardt
Re: [PATCH iptables] extension: add xt_cpu match
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Sebastian Andrzej Siewior
[PATCH 8/8] net/emergency: remove locking from reycling pool if emergncy pools are...
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
git
:
Jakub Narebski
Re: git on MacOSX and files with decomposed utf-8 file names
Brandon Casey
Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the def...
Christian Couder
[PATCH 1/3] rev-parse: add test script for "--verify"
Ramkumar Ramachandra
Re: [GSoC update] git-remote-svn: The final one
Junio C Hamano
Re: git-rm isn't the inverse action of git-add
openbsd-misc
:
Joachim Schipper
Re: UVC Webcams
Florin Andrei
SOLVED [was: firewall is very slow, something's wrong]
Todd Alan Smith
Re: Microsoft gets the Most Secure Operating Systems award
Neal Hogan
Re: Need Advice: Thinkpad T60 or T61?
Sam Fourman Jr.
Re: Real men don't attack straw men
git-commits-head
:
Linux Kernel Mailing List
ACPI: Disable ARB_DISABLE on platforms where it is not needed
Linux Kernel Mailing List
m68knommu: add read_barrier_depends() and irqs_disabled_flags()
Linux Kernel Mailing List
[MTD] Add mtd panic_write function pointer
Linux Kernel Mailing List
[ARM] pxa: remove duplicate select statements from Kconfig
Linux Kernel Mailing List
mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()
Colocation donated by:
Syndicate