commit | 720e1a9f1c3bfa9f72cded56962e7f092fefaaed | [log] [tgz] |
---|---|---|
author | akpm@osdl.org <akpm@osdl.org> | Mon Jan 09 20:51:51 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jan 10 08:01:28 2006 -0800 |
tree | 0730694a6fa21e6f535d1624db5ce4e0d51d70df | |
parent | 4ae362be509306eafa6441603686d33fefe321c1 [diff] |
[PATCH] kexec: increase max segment limit ) From: Vivek Goyal <vgoyal@in.ibm.com> - In some cases, the number of segments, on a kexec load, exceeds the existing cap of 8. This patch increases the KEXEC_SEGMENT_MAX limit from 8 to 16. Signed-off-by: Rachita Kothiyal <rachita@in.ibm.com> Signed-off-by: Vivek Goyal <vgoyal@in.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>