commit | dc71768742b39bca298e9ca6c91e575cd4b140e6 | [log] [tgz] |
---|---|---|
author | WANG Cong <xiyou.wangcong@gmail.com> | Tue Mar 31 15:23:40 2009 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Apr 01 08:59:16 2009 -0700 |
tree | 366c9c3890d791b45987cbf8279a5bf8323362cd | |
parent | 792dd4fc317e1f94a6af111a0979c1c0d8c14453 [diff] |
uml: don't use a too long string literal uml uses a concatenated string literal to store the contents of .config, but .config file content is varaible, it can be very long. Use an array of string literals instead. Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>