Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15167
b: refs/heads/master
c: a329729
h: refs/heads/master
i:
  15165: 8fe0b42
  15163: b041c21
  15159: c912297
  15151: 16b96da
  15135: 7e372e9
  15103: c64de43
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Dec 15, 2005
1 parent 1765db4 commit f30b07b
Show file tree
Hide file tree
Showing 3 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: e4fe342f932346a306f98f5401ad510b890c0a15
refs/heads/master: a32972965e23471f0762a1136f80990ebf72406a
2 changes: 1 addition & 1 deletion trunk/arch/sparc/mm/sun4c.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ static void __init sun4c_probe_mmu(void)
patch_kernel_fault_handler();
}

volatile unsigned long *sun4c_memerr_reg = NULL;
volatile unsigned long __iomem *sun4c_memerr_reg = NULL;

void __init sun4c_probe_memerr_reg(void)
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-sparc/memreg.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

/* Memory parity error register with associated bit constants. */
#ifndef __ASSEMBLY__
extern __volatile__ unsigned long *sun4c_memerr_reg;
extern __volatile__ unsigned long __iomem *sun4c_memerr_reg;
#endif

#define SUN4C_MPE_ERROR 0x80 /* Parity error detected. (ro) */
Expand Down

0 comments on commit f30b07b

Please sign in to comment.