Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110304
b: refs/heads/master
c: 71e3b81
h: refs/heads/master
v: v3
  • Loading branch information
Jaswinder Singh committed Jul 23, 2008
1 parent ce641a0 commit 4cb9419
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 01eb7858c017b1c63b962f8c2ad37133383ca560
refs/heads/master: 71e3b818431957371c7f69fa1c576d4a403c1478
4 changes: 3 additions & 1 deletion trunk/arch/x86/mach-default/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@
#include <asm/e820.h>
#include <asm/setup.h>

#include <mach_ipi.h>

#ifdef CONFIG_HOTPLUG_CPU
#define DEFAULT_SEND_IPI (1)
#else
#define DEFAULT_SEND_IPI (0)
#endif

int no_broadcast=DEFAULT_SEND_IPI;
int no_broadcast = DEFAULT_SEND_IPI;

/**
* pre_intr_init_hook - initialisation prior to setting up interrupt vectors
Expand Down

0 comments on commit 4cb9419

Please sign in to comment.