From 7aa13b4b29d272107d4d7a0401d46243988a0572 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 24 Apr 2008 05:56:07 +0800 Subject: [PATCH] --- yaml --- r: 92315 b: refs/heads/master c: 16428a4fa99d273fe27aaee7a847a9cfd5466fda h: refs/heads/master i: 92313: ac4d6642ba82166157177865d12b6cc0cfe27cbb 92311: 10d86cf9ec3ef334c1c584fd99e5f61e561daf15 v: v3 --- [refs] | 2 +- trunk/arch/blackfin/mach-common/lock.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5d4ff2baf1c0..650cd9f9574c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4e354b54991fd7d589c8e5753eea58a1afcae30a +refs/heads/master: 16428a4fa99d273fe27aaee7a847a9cfd5466fda diff --git a/trunk/arch/blackfin/mach-common/lock.S b/trunk/arch/blackfin/mach-common/lock.S index 28b87fe9ce3c..30b887e67dd6 100644 --- a/trunk/arch/blackfin/mach-common/lock.S +++ b/trunk/arch/blackfin/mach-common/lock.S @@ -174,7 +174,7 @@ ENTRY(_cache_lock) CLI R3; R7 = [P1]; - R2 = 0xFFFFFF87 (X); + R2 = ~(0x78) (X); /* mask out ILOC */ R7 = R7 & R2; R0 = R0 << 3; R7 = R0 | R7;