]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/device-ti-proprietary-open.git/blobdiff - jacinto6/sgx_src/eurasia_km/services4/srvkm/env/linux/mutils.h
jacinto6:sgx_src: updating ddk1.12@2917986 sources.
[android-sdk/device-ti-proprietary-open.git] / jacinto6 / sgx_src / eurasia_km / services4 / srvkm / env / linux / mutils.h
index 6bcee26e3eb6210d847d0b59b6ddc3b8f75f54b1..a66e927369745d511e4cd81a67c0c38655aad306 100644 (file)
@@ -64,7 +64,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
        #if defined(__arm__) || defined(__sh__)
                #define PGPROT_WC(pv)   pgprot_writecombine(pv)
        #elif defined(__mips__)
-               #define PGPROT_WC(pv)   pgprot_noncached_wa(pv)
+               #define PGPROT_WC(pv)   pgprot_writecombine(pv)
        #elif defined(__i386__) || defined(__x86_64)
                /* PAT support supersedes this */
                #define PGPROT_WC(pv)   pgprot_noncached(pv)