From acff00e8404531e668db0ac0b22279932eee1152 Mon Sep 17 00:00:00 2001 From: Shinya Kuribayashi Date: Fri, 24 Oct 2008 01:30:48 +0900 Subject: [PATCH] --- yaml --- r: 117915 b: refs/heads/master c: 27bd804582d9a45cad8304e703c9de65ddd67bc5 h: refs/heads/master i: 117913: 2895e75146f3068f11b66408278629c583fe8dfa 117911: c6e57ca80c1c131a3a1aab75f471ab093a047154 v: v3 --- [refs] | 2 +- trunk/arch/mips/include/asm/emma/emma2rh.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 0f8272ab04c4..3519f3914e21 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d91f2cbe698cf70b50099343dac1ec8061bfd045 +refs/heads/master: 27bd804582d9a45cad8304e703c9de65ddd67bc5 diff --git a/trunk/arch/mips/include/asm/emma/emma2rh.h b/trunk/arch/mips/include/asm/emma/emma2rh.h index a41f84e9bc4e..30aea91de626 100644 --- a/trunk/arch/mips/include/asm/emma/emma2rh.h +++ b/trunk/arch/mips/include/asm/emma/emma2rh.h @@ -206,7 +206,6 @@ static inline void emma2rh_out32(u32 offset, u32 val) static inline u32 emma2rh_in32(u32 offset) { u32 val = *(volatile u32 *)(EMMA2RH_BASE | offset); - emma2rh_sync(); return val; } @@ -219,7 +218,6 @@ static inline void emma2rh_out16(u32 offset, u16 val) static inline u16 emma2rh_in16(u32 offset) { u16 val = *(volatile u16 *)(EMMA2RH_BASE | offset); - emma2rh_sync(); return val; } @@ -232,7 +230,6 @@ static inline void emma2rh_out8(u32 offset, u8 val) static inline u8 emma2rh_in8(u32 offset) { u8 val = *(volatile u8 *)(EMMA2RH_BASE | offset); - emma2rh_sync(); return val; }