login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
September
»
9
Re: [PATCH] Cleanup to make remove_memory() arch neutral
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Yasunori Goto
Subject:
Re: [PATCH] Cleanup to make remove_memory() arch neutral
Date: Monday, September 8, 2008 - 6:21 pm
> On Mon, 08 Sep 2008 14:52:34 -0700
quoted text
> Badari Pulavarty <pbadari@us.ibm.com> wrote: > > > There is nothing architecture specific about remove_memory(). > > remove_memory() function is common for all architectures which > > support hotplug memory remove. Instead of duplicating it in every > > architecture, collapse them into arch neutral function. > > > > Signed-off-by: Badari Pulavarty <pbadari@us.ibm.com> > > > > arch/ia64/mm/init.c | 17 ----------------- > > arch/powerpc/mm/mem.c | 17 ----------------- > > arch/s390/mm/init.c | 11 ----------- > > mm/memory_hotplug.c | 10 ++++++++++ > > 4 files changed, 10 insertions(+), 45 deletions(-) > > I spent some time trying to build-test this on ia64 and gave up. How > the heck do you turn on memory hotplug on ia64? >
EXPORT_SYMBOL_GPL(remove_memory) is removed. It is required by drivers/acpi/acpi_memhotplug.ko. -- Yasunori Goto --
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] [RESEND] x86_64: add memory hotremove config option
, Gary Hade
, (Fri Sep 5, 10:21 am)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Ingo Molnar
, (Fri Sep 5, 10:44 am)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Andi Kleen
, (Fri Sep 5, 11:04 am)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Badari Pulavarty
, (Fri Sep 5, 11:14 am)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Ingo Molnar
, (Fri Sep 5, 11:17 am)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Badari Pulavarty
, (Fri Sep 5, 11:31 am)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Andi Kleen
, (Fri Sep 5, 11:54 am)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Gary Hade
, (Fri Sep 5, 12:53 pm)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Andi Kleen
, (Fri Sep 5, 1:04 pm)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Gary Hade
, (Fri Sep 5, 2:54 pm)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Badari Pulavarty
, (Fri Sep 5, 3:34 pm)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Andi Kleen
, (Fri Sep 5, 5:01 pm)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Yasunori Goto
, (Sat Sep 6, 12:06 am)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Andi Kleen
, (Sat Sep 6, 1:53 am)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Ingo Molnar
, (Sat Sep 6, 7:33 am)
Re: Re: [PATCH] [RESEND] x86_64: add memory hotremove conf ...
, kamezawa.hiroyu
, (Sat Sep 6, 9:00 am)
Re: Re: Re: [PATCH] [RESEND] x86_64: add memory hotremove ...
, kamezawa.hiroyu
, (Sat Sep 6, 9:05 am)
Re: Re: [PATCH] [RESEND] x86_64: add memory hotremove conf ...
, Ingo Molnar
, (Sat Sep 6, 9:17 am)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Nick Piggin
, (Sun Sep 7, 10:52 pm)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Andi Kleen
, (Mon Sep 8, 2:36 am)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Nick Piggin
, (Mon Sep 8, 2:46 am)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Andi Kleen
, (Mon Sep 8, 3:30 am)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Nick Piggin
, (Mon Sep 8, 4:19 am)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Andi Kleen
, (Mon Sep 8, 4:30 am)
Re: [PATCH] [RESEND] x86_64: add memory hotremove config o ...
, Nick Piggin
, (Mon Sep 8, 6:48 am)
[PATCH] Cleanup to make remove_memory() arch neutral
, Badari Pulavarty
, (Mon Sep 8, 2:52 pm)
[PATCH] x86: add memory hotremove config option
, Badari Pulavarty
, (Mon Sep 8, 2:56 pm)
Re: [PATCH] Cleanup to make remove_memory() arch neutral
, Andrew Morton
, (Mon Sep 8, 5:56 pm)
Re: [PATCH] Cleanup to make remove_memory() arch neutral
, Randy Dunlap
, (Mon Sep 8, 6:14 pm)
Re: [PATCH] Cleanup to make remove_memory() arch neutral
, Yasunori Goto
, (Mon Sep 8, 6:21 pm)
Re: [PATCH] Cleanup to make remove_memory() arch neutral
, Badari Pulavarty
, (Tue Sep 9, 8:12 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul Turner
[tg_shares_up rewrite v2 11/11] sched: update tg->shares after cpu.shares write
Ingo Molnar
Re: [RFC] Cpu-hotplug: Using the Process Freezer (try2)
Michal Nazarewicz
Re: [PATCH] USB: Gadget: g_multi: added INF file for gadget with multiple configur...
Eric W. Biederman
Re: init's children list is long and slows reaping children.
Jeffrey V. Merkey
Re: Versioning file system
git
:
Matthieu Moy
Re: Bugs in Gitosis
Daniel Barkalow
Re: About git and the use of SHA-1
David Lang
Re: mingw, windows, crlf/lf, and git
Shawn O. Pearce
Re: Bugs in Gitosis
Junio C Hamano
Re: [PATCH 14/21] Convert ce_path_match() to use struct pathspec
linux-netdev
:
David Miller
Re: [2.6.30-rc3] powerpc: compilation error of mace module
David Miller
Re: [PATCH] ipv6: fix display of local and remote sit endpoints
Cong Wang
Re: [PATCH] s2io: add dynamic LRO disable support
Tobacco New Year Promo
Eric Dumazet
Re: [PATCH] net: implement emergency route cache rebulds when gc_elasticity is exc...
git-commits-head
:
Linux Kernel Mailing List
V4L/DVB: tm6000: add special usb request to quit i2c tuner transfer
Linux Kernel Mailing List
of/flattree: merge early_init_dt_scan_memory() common code
Linux Kernel Mailing List
b43: N-PHY: add some registers and structs definitions
Linux Kernel Mailing List
powerpc: Move /proc/ppc64 to /proc/powerpc and add symlink
Linux Kernel Mailing List
drivers/acpi: use kasprintf
openbsd-misc
:
Ted Bullock
Re: Proliant DL380 G3 cannot get on network
Eric Furman
Re: Defending OpenBSD Performance
Damien Miller
Re: Patching a SSH 'Weakness'
Tony Abernethy
Re: The Atheros story in much fewer words
Nick Holland
Re: 1 out of 3 hunks failed--saving rejects to kerberosV/src/lib/krb5/crypto.c.rej
Colocation donated by:
Syndicate