Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274235
b: refs/heads/master
c: 1661e5b
h: refs/heads/master
i:
  274233: 2ce4886
  274231: 4dfd044
v: v3
  • Loading branch information
Hongjun Chen authored and Kumar Gala committed Oct 22, 2011
1 parent 8dbbe26 commit 27cb0aa
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c031ab15fff38562cc9e5921c9acc118bd99f42d
refs/heads/master: 1661e5bd550bf024b04dfa7abf2963d04ab119e3
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/sysdev/cpm_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Author: Scott Wood <scottwood@freescale.com>
*
* Copyright 2007 Freescale Semiconductor, Inc.
* Copyright 2007-2008,2010 Freescale Semiconductor, Inc.
*
* Some parts derived from commproc.c/cpm2_common.c, which is:
* Copyright (c) 1997 Dan error_act (dmalek@jlc.net)
Expand Down Expand Up @@ -146,6 +146,7 @@ unsigned long cpm_muram_alloc(unsigned long size, unsigned long align)
spin_lock_irqsave(&cpm_muram_lock, flags);
cpm_muram_info.alignment = align;
start = rh_alloc(&cpm_muram_info, size, "commproc");
memset(cpm_muram_addr(start), 0, size);
spin_unlock_irqrestore(&cpm_muram_lock, flags);

return start;
Expand Down

0 comments on commit 27cb0aa

Please sign in to comment.