Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101405
b: refs/heads/master
c: 392096e
h: refs/heads/master
i:
  101403: e9606bf
v: v3
  • Loading branch information
Stephen Rothwell authored and Ingo Molnar committed Jul 3, 2008
1 parent 260a24a commit 64a303a
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 8b604d520799a995946437d041f46bae7d5bcc8c
refs/heads/master: 392096e98fd55e54035978fe03796fca8d26a574
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/machine_kexec_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ static void kexec_prepare_cpus(void)
{
int my_cpu, i, notified=-1;

smp_call_function(kexec_smp_down, NULL, 0, /* wait */0);
smp_call_function(kexec_smp_down, NULL, /* wait */0);
my_cpu = get_cpu();

/* check the others cpus are now down (via paca hw cpu id == -1) */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/mm/tlb_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static void pgtable_free_now(pgtable_free_t pgf)
{
pte_freelist_forced_free++;

smp_call_function(pte_free_smp_sync, NULL, 0, 1);
smp_call_function(pte_free_smp_sync, NULL, 1);

pgtable_free(pgf);
}
Expand Down

0 comments on commit 64a303a

Please sign in to comment.