[PATCH V6 3/6] arm: cache-l2x0: add support for Aurora L2 cache ctrl
Russell King - ARM Linux
linux at arm.linux.org.uk
Mon Nov 5 19:24:44 EST 2012
On Tue, Nov 06, 2012 at 12:50:29AM +0100, Gregory CLEMENT wrote:
> The initial patch 7547/2 was superseded by the patch 7547/3 that I have just
> pushed in the patch system. Last time first I fixed the code then I used the
> versatile_defconfig configuration to test the compilation and didn't realize
> that it did set CONFIG_OF by default.
Are you sure you put the right patch in there?
diff -u <(pdb getpatch 7547/2) <(pdb getpatch 7547/3)
--- /dev/fd/63 2012-11-06 00:23:54.451978759 +0000
+++ /dev/fd/62 2012-11-06 00:23:54.452978749 +0000
@@ -1,5 +1,5 @@
===============================================================================
-Patch: 7547/2: cache-l2x0: add support for Aurora L2 cache ctrl
+Patch: 7547/3: cache-l2x0: add support for Aurora L2 cache ctrl
From: Gregory CLEMENT
Email: gregory.clement at free-electrons.com
Status: 3.7-rc1
@@ -10,6 +10,8 @@
arch/arm/mm/cache-l2x0.c | 222 +++++++++++++++++++++++++++--
3 files changed, 268 insertions(+), 13 deletions(-)
-------------------------------------------------------------------------------
+diff --git a/arch/arm/include/asm/hardware/cache-l2x0.h b/arch/arm/include/asm/hardware/cache-l2x0.h
+index 5f2c7b4..3b2c40b 100644
--- a/arch/arm/include/asm/hardware/cache-l2x0.h
+++ b/arch/arm/include/asm/hardware/cache-l2x0.h
@@ -102,6 +102,10 @@
@@ -443,3 +445,5 @@
if (data->save)
+
+
Looks mostly idential to me...
More information about the linux-arm-kernel
mailing list