From: WANG Cong Date: Tue, 31 Mar 2009 22:23:40 +0000 (-0700) Subject: uml: don't use a too long string literal X-Git-Tag: v2.6.30-rc1~544 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc71768742b39bca298e9ca6c91e575cd4b140e6;p=pandora-kernel.git 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 Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed