From: Rusty Russell Date: Wed, 17 Oct 2007 06:30:13 +0000 (-0700) Subject: Delay creation of khcvd thread X-Git-Tag: v2.6.24-rc1~603 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e6c6f630a5282df8f3393a59f10eb9c56536d23;p=pandora-kernel.git Delay creation of khcvd thread This changes hvc_init() to be called only when someone actually uses the hvc_console driver. Dave Jones complained when profiling bootup. hvc_console used to only be for Power aka pSeries: now lguest and Xen both want it built-in in case the kernel is a guest under one of those, even though usually it will be a native boot. Signed-off-by: Rusty Russell Cc: Paul Mackerras Cc: Benjamin Herrenschmidt Cc: Jeremy Fitzhardinge Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed