Skip to content

Commit

Permalink
[IA64] palinfo.c: s/register_cpu_notifier/register_hotcpu_notifier/
Browse files Browse the repository at this point in the history
Chandra Seetharaman missed one place in commit:
 65edc68
[but it only shows up when building the ski simulator configuration
 of ia64, so thats understandable]

Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Tony Luck committed Jun 28, 2006
1 parent a39727f commit f120664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ia64/kernel/palinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ palinfo_init(void)
}

/* Register for future delivery via notify registration */
register_cpu_notifier(&palinfo_cpu_notifier);
register_hotcpu_notifier(&palinfo_cpu_notifier);

return 0;
}
Expand Down

0 comments on commit f120664

Please sign in to comment.