Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213301
b: refs/heads/master
c: 779b7e6
h: refs/heads/master
i:
  213299: 500991d
v: v3
  • Loading branch information
Thorsten Glaser authored and Geert Uytterhoeven committed Oct 22, 2010
1 parent 1e29351 commit 2d21112
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2f81a18446c3061b74f4770eb95adeba2a864b0f
refs/heads/master: 779b7e64b536ff65bcd40c0292871d2bb9b6d6e5
4 changes: 4 additions & 0 deletions trunk/arch/m68k/include/asm/io_mm.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,13 @@ static inline void isa_delay(void)
#define outb(val,port) ((void)0)
#define outb_p(val,port) ((void)0)
#define inw(port) 0xffff
#define inw_p(port) 0xffff
#define outw(val,port) ((void)0)
#define outw_p(val,port) ((void)0)
#define inl(port) 0xffffffffUL
#define inl_p(port) 0xffffffffUL
#define outl(val,port) ((void)0)
#define outl_p(val,port) ((void)0)

#define insb(port,buf,nr) ((void)0)
#define outsb(port,buf,nr) ((void)0)
Expand Down

0 comments on commit 2d21112

Please sign in to comment.