]> git.baikalelectronics.ru Git - kernel.git/commit
x86, mm: Let "memmap=" take more entries one time
authorYinghai Lu <yinghai@kernel.org>
Sat, 17 Nov 2012 03:39:23 +0000 (19:39 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Sat, 17 Nov 2012 19:59:51 +0000 (11:59 -0800)
commite2a676fb66e3aef5067d8cbf5e53146458364c75
treed812925de02770a064770bfab60b1769a5d70360
parentb4e6605db482c839e33b7d93d6300717d3ab0546
x86, mm: Let "memmap=" take more entries one time

Current "memmap=" only can take one entry every time.
when we have more entries, we have to use memmap= for each of them.

For pxe booting, we have command line length limitation, those extra
"memmap=" would waste too much space.

This patch make memmap= could take several entries one time,
and those entries will be split with ','

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Link: http://lkml.kernel.org/r/1353123563-3103-47-git-send-email-yinghai@kernel.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/kernel/e820.c