Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81279
b: refs/heads/master
c: c51a3fd
h: refs/heads/master
i:
  81277: ac30f98
  81275: 36e0abe
  81271: 8520a25
  81263: bf5834e
  81247: f9b6b02
  81215: c731f7c
  81151: 3ef13a0
v: v3
  • Loading branch information
Becky Bruce authored and Kumar Gala committed Jan 24, 2008
1 parent 3c318d8 commit 0d6feb9
Show file tree
Hide file tree
Showing 2 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: 82f0183ef3c8832684ec460cfbd4693cc8732a7a
refs/heads/master: c51a3fdc0a950dc65b4d552497e54cf60677f8a5
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/sysdev/mpic.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ static inline void _mpic_irq_write(struct mpic *mpic, unsigned int src_no,
*/


static void _mpic_map_mmio(struct mpic *mpic, unsigned long phys_addr,
static void _mpic_map_mmio(struct mpic *mpic, phys_addr_t phys_addr,
struct mpic_reg_bank *rb, unsigned int offset,
unsigned int size)
{
Expand All @@ -287,7 +287,7 @@ static void _mpic_map_dcr(struct mpic *mpic, struct mpic_reg_bank *rb,
BUG_ON(!DCR_MAP_OK(rb->dhost));
}

static inline void mpic_map(struct mpic *mpic, unsigned long phys_addr,
static inline void mpic_map(struct mpic *mpic, phys_addr_t phys_addr,
struct mpic_reg_bank *rb, unsigned int offset,
unsigned int size)
{
Expand Down

0 comments on commit 0d6feb9

Please sign in to comment.