Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14332
b: refs/heads/master
c: 59f145d
h: refs/heads/master
v: v3
  • Loading branch information
Arnaud Giersch authored and Ralf Baechle committed Nov 17, 2005
1 parent 8cb7753 commit be1102a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: 84c493d8e143360cfba3efede97e5a93d62c4d3d
refs/heads/master: 59f145d28ce853b13dafdfab438c48f3ead0b38e
4 changes: 2 additions & 2 deletions trunk/arch/mips/sgi-ip32/crime.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#include <asm/ip32/crime.h>
#include <asm/ip32/mace.h>

struct sgi_crime *crime;
struct sgi_mace *mace;
struct sgi_crime __iomem *crime;
struct sgi_mace __iomem *mace;

EXPORT_SYMBOL_GPL(mace);

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-mips/ip32/crime.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ struct sgi_crime {
#define CRIME_MEM_ERROR_ECC_REPL_MASK 0xffffffff
};

extern struct sgi_crime *crime;
extern struct sgi_crime __iomem *crime;

#define CRIME_HI_MEM_BASE 0x40000000 /* this is where whole 1G of RAM is mapped */

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-mips/ip32/mace.h
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,6 @@ struct sgi_mace {
char _pad6[0x80000 - sizeof(struct mace_isa)];
};

extern struct sgi_mace *mace;
extern struct sgi_mace __iomem *mace;

#endif /* __ASM_MACE_H__ */

0 comments on commit be1102a

Please sign in to comment.