login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
April
»
13
Re: [PATCH 04/39] lmb: Move lmb.c to mm/
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Benjamin Herrenschmidt
Subject:
Re: [PATCH 04/39] lmb: Move lmb.c to mm/
Date: Monday, April 12, 2010 - 8:52 pm
On Thu, 2010-04-08 at 23:03 -0700, Yinghai Lu wrote:
quoted text
> lmb.c is memory related, so move it to mm/. It is suggested by Ingo > > Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> ---
quoted text
> --- > lib/Makefile | 2 -- > mm/Makefile | 2 ++ > {lib => mm}/lmb.c | 0 > 3 files changed, 2 insertions(+), 2 deletions(-) > rename {lib => mm}/lmb.c (100%) > > diff --git a/lib/Makefile b/lib/Makefile > index 2e152ae..a463a4d 100644 > --- a/lib/Makefile > +++ b/lib/Makefile > @@ -85,8 +85,6 @@ obj-$(CONFIG_FAULT_INJECTION) += fault-inject.o > > lib-$(CONFIG_GENERIC_BUG) += bug.o > > -obj-$(CONFIG_HAVE_LMB) += lmb.o > - > obj-$(CONFIG_HAVE_ARCH_TRACEHOOK) += syscall.o > > obj-$(CONFIG_DYNAMIC_DEBUG) += dynamic_debug.o > diff --git a/mm/Makefile b/mm/Makefile > index 6c2a73a..52492f9 100644 > --- a/mm/Makefile > +++ b/mm/Makefile > @@ -15,6 +15,8 @@ obj-y := bootmem.o filemap.o mempool.o oom_kill.o fadvise.o \ > $(mmu-y) > obj-y += init-mm.o > > +obj-$(CONFIG_HAVE_LMB) += lmb.o > + > obj-$(CONFIG_BOUNCE) += bounce.o > obj-$(CONFIG_SWAP) += page_io.o swap_state.o swapfile.o thrash.o > obj-$(CONFIG_HAS_DMA) += dmapool.o > diff --git a/lib/lmb.c b/mm/lmb.c > similarity index 100% > rename from lib/lmb.c > rename to mm/lmb.c
--
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH -v12 00/39] use lmb with x86
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 01/39] swiotlb: Use page alignment for early buffer ...
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 02/39] x86: Add sanitize_e820_map()
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 03/39] x86: Align e820 ram range to page
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 04/39] lmb: Move lmb.c to mm/
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 05/39] lmb: Seperate region array from lmb_region s ...
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 07/39] lmb: Add lmb_find_area()
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 08/39] lmb: Add lmb_reserve_area/lmb_free_area
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 09/39] bootmem, x86: Add weak version of reserve_bo ...
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 10/39] lmb: Add lmb_to_bootmem()
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 11/39] lmb: Add get_free_all_memory_range()
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 12/39] lmb: Add lmb_register_active_regions() and l ...
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 13/39] lmb: Prepare to include linux/lmb.h in core file
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 14/39] lmb: Add find_memory_core_early()
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 19/39] lmb: Use lmb_debug to control debug message ...
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 20/39] lmb: Add ARCH_DISCARD_LMB to put lmb code to ...
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 21/39] lmb: Add __free/__reserve/__clear_lmb_reserv ...
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 22/39] x86, lmb: Add lmb_find_area_size()
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 23/39] x86, lmb: Add x86 version of __lmb_find_area()
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 24/39] x86: Use lmb to replace early_res
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 26/39] nobootmem: use lmb.default_alloc_limit in al ...
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 27/39] x86, lmb: turn off ARCH_LMB_FIND_AREA
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 28/39] x86: Remove not used early_res code
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 29/39] x86, lmb: Use lmb_memory_size()/lmb_free_mem ...
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 30/39] x86: put 64 bit numa node memmap above 16M
, Yinghai Lu
, (Thu Apr 8, 11:03 pm)
[PATCH 31/39] x86: Use wake_system_ram_range() instead of ...
, Yinghai Lu
, (Thu Apr 8, 11:04 pm)
[PATCH 32/39] x86: Add get_centaur_ram_top()
, Yinghai Lu
, (Thu Apr 8, 11:04 pm)
[PATCH 33/39] x86: Change e820_any_mapped() to __init
, Yinghai Lu
, (Thu Apr 8, 11:04 pm)
[PATCH 34/39] x86: Use walk_system_ream_range() instead of ...
, Yinghai Lu
, (Thu Apr 8, 11:04 pm)
[PATCH 35/39] x86: make e820 to be __initdata
, Yinghai Lu
, (Thu Apr 8, 11:04 pm)
[PATCH 36/39] bootmem: Add nobootmem.c to reduce the #ifdef
, Yinghai Lu
, (Thu Apr 8, 11:04 pm)
[PATCH 37/39] mm: move contig_page_data define to bootmem. ...
, Yinghai Lu
, (Thu Apr 8, 11:04 pm)
[PATCH 38/39] lmb: move __alloc_memory_core_early() to nob ...
, Yinghai Lu
, (Thu Apr 8, 11:04 pm)
[PATCH 39/39] x86: have nobootmem version setup_bootmem_al ...
, Yinghai Lu
, (Thu Apr 8, 11:04 pm)
Re: [PATCH -v12 00/39] use lmb with x86
, Benjamin Herrenschmidt
, (Mon Apr 12, 8:41 pm)
Re: [PATCH 04/39] lmb: Move lmb.c to mm/
, Benjamin Herrenschmidt
, (Mon Apr 12, 8:52 pm)
Re: [PATCH 05/39] lmb: Seperate region array from lmb_regi ...
, Benjamin Herrenschmidt
, (Mon Apr 12, 8:56 pm)
Re: [PATCH 07/39] lmb: Add lmb_find_area()
, Benjamin Herrenschmidt
, (Mon Apr 12, 9:05 pm)
Re: [PATCH 08/39] lmb: Add lmb_reserve_area/lmb_free_area
, Benjamin Herrenschmidt
, (Mon Apr 12, 9:15 pm)
Re: [PATCH 26/39] nobootmem: use lmb.default_alloc_limit i ...
, Benjamin Herrenschmidt
, (Mon Apr 12, 9:23 pm)
Re: [PATCH 07/39] lmb: Add lmb_find_area()
, Yinghai
, (Mon Apr 12, 9:29 pm)
Re: [PATCH 26/39] nobootmem: use lmb.default_alloc_limit i ...
, Yinghai
, (Mon Apr 12, 9:50 pm)
Re: [PATCH 07/39] lmb: Add lmb_find_area()
, Benjamin Herrenschmidt
, (Mon Apr 12, 10:07 pm)
Re: [PATCH 26/39] nobootmem: use lmb.default_alloc_limit i ...
, Benjamin Herrenschmidt
, (Mon Apr 12, 10:13 pm)
Re: [PATCH 07/39] lmb: Add lmb_find_area()
, Yinghai
, (Mon Apr 12, 10:26 pm)
Re: [PATCH 26/39] nobootmem: use lmb.default_alloc_limit i ...
, Yinghai
, (Mon Apr 12, 10:42 pm)
Re: [PATCH 07/39] lmb: Add lmb_find_area()
, H. Peter Anvin
, (Mon Apr 12, 10:46 pm)
Re: [PATCH 07/39] lmb: Add lmb_find_area()
, Benjamin Herrenschmidt
, (Tue Apr 13, 3:15 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ingo Molnar
Re: [patch] e1000=y && e1000e=m regression fix
Greg Kroah-Hartman
[PATCH 20/36] Driver core: Call device_pm_add() after bus_add_device() in device_a...
Eli Cohen
Re: LRO num of frags limit
Boaz Harrosh
how to use KBUILD_EXTRA_SYMBOLS
Pekka Enberg
Re: [PATCH] include/linux/slab.h: new KFREE() macro.
git
:
Bill Lear
cpio command not found
Jing Xue
Re: git rm --cached
Fredrik Kuivinen
Re: fatal: unable to create '.git/index': File exists
Michael S. Tsirkin
git-kill: rewrite history removing a commit
Johannes Sixt
Re: How to pull remote branch with specified commit id?
linux-netdev
:
Johann Baudy
Packet mmap: TX RING and zero copy
Stephen Hemminger
Re: NAPI, rx_no_buffer_count, e1000, r8169 and other actors
Jamie Lokier
Re: POHMELFS high performance network filesystem. Transactions, failover, performa...
Balazs Scheidler
Re: [PATCH 5/9] tproxy: allow non-local binds of IPv6 sockets if IP_TRANSPARENT is...
Paulius Zaleckas
Re: [RFC] Patch to option HSO driver to the kernel
openbsd-misc
:
Bryan Irvine
Re: DVD burn error: No space left on device
Netmaffia.hu
Tini Lányok AKCIÓBAN OTTHON
Siju George
This is what Linus Torvalds calls openBSD crowd
elitdostlar
Seks partneri arayan bayanlar bu adreste - 8878xs706x6438
Skylar Hawk
Re: asus eee 1201n - acpitz0 critical temperature 255C (5282K), shutting down
git-commits-head
:
Linux Kernel Mailing List
Linux 2.6.34-rc4
Linux Kernel Mailing List
x86 boot: only pick up additional EFI memmap if add_efi_memmap flag
Linux Kernel Mailing List
powerpc/fsl_msi: enable msi allocation in all banks
Linux Kernel Mailing List
[ALSA] hda-codec - Add support for VIA VT1708B HD audio codec
Linux Kernel Mailing List
ARM: dma-mapping: remove dmac_clean_range and dmac_inv_range
Colocation donated by:
Syndicate