Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120909
b: refs/heads/master
c: f632ddc
h: refs/heads/master
i:
  120907: 7a86aea
v: v3
  • Loading branch information
Ingo Molnar committed Nov 18, 2008
1 parent bfbf92b commit de3b569
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 54ac14a8e982ae6c7ac71ee2b0d0173b974509e2
refs/heads/master: f632ddcc0786149c0e4bef9b6b44c96a75c0d074
6 changes: 4 additions & 2 deletions trunk/arch/x86/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,10 @@ early_param("elfcorehdr", setup_elfcorehdr);

static int __init default_update_genapic(void)
{
#if defined(CONFIG_X86_GENERICARCH) || defined(CONFIG_X86_64)
genapic->wakeup_cpu = wakeup_secondary_cpu_via_nmi;
#ifdef CONFIG_X86_SMP
# if defined(CONFIG_X86_GENERICARCH) || defined(CONFIG_X86_64)
genapic->wakeup_cpu = wakeup_secondary_cpu_via_init;
# endif
#endif

return 0;
Expand Down

0 comments on commit de3b569

Please sign in to comment.