From 463030473fe457d86e6793eb6294535620e060dc Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Tue, 11 Aug 2009 16:33:51 +1000 Subject: [PATCH] --- yaml --- r: 162662 b: refs/heads/master c: fe84c1087a6e2e76396cd4003a525c3110354ad0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/m68k/include/asm/io_no.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 928ba7315fbd..312fe497f632 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 49802967cb7ec4f36a64e192108babe1c3b67e8e +refs/heads/master: fe84c1087a6e2e76396cd4003a525c3110354ad0 diff --git a/trunk/arch/m68k/include/asm/io_no.h b/trunk/arch/m68k/include/asm/io_no.h index 6adef1ee2082..7f57436ec18f 100644 --- a/trunk/arch/m68k/include/asm/io_no.h +++ b/trunk/arch/m68k/include/asm/io_no.h @@ -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 */