Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313711
b: refs/heads/master
c: 5a271fe
h: refs/heads/master
i:
  313709: 48d4958
  313707: 5213673
  313703: 3b1690f
  313695: ab19acb
v: v3
  • Loading branch information
Varun Sethi authored and Kumar Gala committed Jul 10, 2012
1 parent 1df6f5c commit 74b9629
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2dc3d4cc6848572237efc5da9f79a2446474f00d
refs/heads/master: 5a271fe784e799cfeaeac7792b1c87b837e41cbd
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/mpic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@ struct mpic * __init mpic_alloc(struct device_node *node,
if (of_get_property(node, "single-cpu-affinity", NULL))
flags |= MPIC_SINGLE_DEST_CPU;
if (of_device_is_compatible(node, "fsl,mpic"))
flags |= MPIC_FSL;
flags |= MPIC_FSL | MPIC_LARGE_VECTORS;

mpic = kzalloc(sizeof(struct mpic), GFP_KERNEL);
if (mpic == NULL)
Expand Down

0 comments on commit 74b9629

Please sign in to comment.