[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1366019207-27818-1-git-send-email-tangchen@cn.fujitsu.com>
Date: Mon, 15 Apr 2013 17:46:44 +0800
From: Tang Chen <tangchen@...fujitsu.com>
To: gregkh@...uxfoundation.org, tglx@...utronix.de, mingo@...hat.com,
hpa@...or.com, yinghai@...nel.org, akpm@...ux-foundation.org,
wency@...fujitsu.com, mgorman@...e.de, tj@...nel.org,
liwanp@...ux.vnet.ibm.com
Cc: tangchen@...fujitsu.com, linux-mm@...ck.org, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] Little error fix and cleanup.
This patch-set did the following things:
patch1: Remove unused parameter "nr_pages" of pages_correctly_reserved().
patch2: Use CONFIG_MEMORY_HOTREMOVE to protect kernel_physical_mapping_remove().
patch3: Add comments for parameter "nid" for memblock_insert_region().
Tang Chen (3):
mm: Remove unused parameter of pages_correctly_reserved().
mem-hotplug: Put kernel_physical_mapping_remove() declaration in
CONFIG_MEMORY_HOTREMOVE.
memblock: Fix missing comment of memblock_insert_region().
arch/x86/mm/init_64.c | 2 +-
drivers/base/memory.c | 5 ++---
mm/memblock.c | 9 +++++----
3 files changed, 8 insertions(+), 8 deletions(-)
--
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