diff --git a/[refs] b/[refs] index 1f3de53ceda8..575519b8442f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dcda7e4ba1adec80089ec784964b32f9fd653237 +refs/heads/master: 620879c9e33262426db0ade650be5d7a2046377b diff --git a/trunk/include/asm-arm/domain.h b/trunk/include/asm-arm/domain.h index 4c2885abbe6c..3c12a7625304 100644 --- a/trunk/include/asm-arm/domain.h +++ b/trunk/include/asm-arm/domain.h @@ -57,6 +57,7 @@ __asm__ __volatile__( \ "mcr p15, 0, %0, c3, c0 @ set domain" \ : : "r" (x)); \ + isb(); \ } while (0) #define modify_domain(dom,type) \