Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162662
b: refs/heads/master
c: fe84c10
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Sep 15, 2009
1 parent cca775f commit 4630304
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 49802967cb7ec4f36a64e192108babe1c3b67e8e
refs/heads/master: fe84c1087a6e2e76396cd4003a525c3110354ad0
2 changes: 1 addition & 1 deletion trunk/arch/m68k/include/asm/io_no.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ static inline void io_insl(unsigned int addr, void *buf, int len)
#define insw(a,b,l) io_insw(a,b,l)
#define insl(a,b,l) io_insl(a,b,l)

#define IO_SPACE_LIMIT 0xffff
#define IO_SPACE_LIMIT 0xffffffff


/* Values for nocacheflag and cmode */
Expand Down

0 comments on commit 4630304

Please sign in to comment.