Skip to content

Commit

Permalink
BOOT: Show that no_ipi_broadcast() takes a parameter.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert P. J. Day authored and Adrian Bunk committed Oct 19, 2007
1 parent 343b901 commit 4aad794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/mach-default/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static __init int no_ipi_broadcast(char *str)
return 1;
}

__setup("no_ipi_broadcast", no_ipi_broadcast);
__setup("no_ipi_broadcast=", no_ipi_broadcast);

static int __init print_ipi_mode(void)
{
Expand Down

0 comments on commit 4aad794

Please sign in to comment.