From: Robert P. J. Day Date: Fri, 19 Oct 2007 22:19:06 +0000 (+0200) Subject: BOOT: Show that no_ipi_broadcast() takes a parameter. X-Git-Tag: v2.6.24-rc1~124^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4aad794a8a4233059334937fea541167a97b395b;p=pandora-kernel.git BOOT: Show that no_ipi_broadcast() takes a parameter. a rather obvious fix given the opening of the function: ... static __init int no_ipi_broadcast(char *str) { get_option(&str, &no_broadcast); ... Signed-off-by: Robert P. J. Day Signed-off-by: Adrian Bunk --- Reading git-diff-tree failed