From 202ab162cfe57e3c9fc7cf93913aedd4bf2b9bce Mon Sep 17 00:00:00 2001 From: Catalin Marinas Date: Mon, 5 Feb 2007 14:47:46 +0100 Subject: [PATCH] --- yaml --- r: 48970 b: refs/heads/master c: 620879c9e33262426db0ade650be5d7a2046377b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-arm/domain.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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) \