Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272635
b: refs/heads/master
c: efaa19a
h: refs/heads/master
i:
  272633: cd570de
  272631: 7c43c75
v: v3
  • Loading branch information
Olof Johansson committed Oct 13, 2011
1 parent a0d08de commit 8b899a5
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: 45fba2186256988a8f0cc2d7f8de6ef53fb1e4ba
refs/heads/master: efaa19a582819dc0d6d61755a094a4b45f86827e
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-tegra/pcie.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@
static void __iomem *reg_pmc_base = IO_ADDRESS(TEGRA_PMC_BASE);

#define pmc_writel(value, reg) \
__raw_writel(value, (u32)reg_pmc_base + (reg))
__raw_writel(value, reg_pmc_base + (reg))
#define pmc_readl(reg) \
__raw_readl((u32)reg_pmc_base + (reg))
__raw_readl(reg_pmc_base + (reg))

/*
* Tegra2 defines 1GB in the AXI address map for PCIe.
Expand Down

0 comments on commit 8b899a5

Please sign in to comment.