Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259146
b: refs/heads/master
c: 2647aa1
h: refs/heads/master
v: v3
  • Loading branch information
Laurentiu TUDOR authored and Kumar Gala committed Jul 8, 2011
1 parent 21a5db3 commit 9dfd49d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: 3fce1c0ba2b35b68135d8d8a3438f8c8272a01d8
refs/heads/master: 2647aa19fb36326ae4d2642072e1e072d176a2fc
9 changes: 5 additions & 4 deletions trunk/arch/powerpc/platforms/85xx/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Author: Andy Fleming <afleming@freescale.com>
* Kumar Gala <galak@kernel.crashing.org>
*
* Copyright 2006-2008 Freescale Semiconductor Inc.
* Copyright 2006-2008, 2011 Freescale Semiconductor Inc.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
Expand Down Expand Up @@ -239,12 +239,13 @@ void __init mpc85xx_smp_init(void)
}

if (cpu_has_feature(CPU_FTR_DBELL)) {
/* .message_pass defaults to smp_muxed_ipi_message_pass */
/*
* If left NULL, .message_pass defaults to
* smp_muxed_ipi_message_pass
*/
smp_85xx_ops.cause_ipi = doorbell_cause_ipi;
}

BUG_ON(!smp_85xx_ops.message_pass);

smp_ops = &smp_85xx_ops;

#ifdef CONFIG_KEXEC
Expand Down

0 comments on commit 9dfd49d

Please sign in to comment.