BOOT: Show that no_ipi_broadcast() takes a parameter.
authorRobert P. J. Day <rpjday@mindspring.com>
Fri, 19 Oct 2007 22:19:06 +0000 (00:19 +0200)
committerAdrian Bunk <bunk@kernel.org>
Fri, 19 Oct 2007 22:19:06 +0000 (00:19 +0200)
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 <rpjday@mindspring.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

No differences found