[PATCH] ARM: fix bad applied patch for arch/arm/Kconfig of stable 3.0.y tree.

2012-09-12 Thread Tetsuyuki Kobayashi
ARM_ERRATA_764369 and PL310_ERRATA_769419 do not appear in config menu in 
stable 3.0.y tree.
This is because backported patch for arm/arm/Kconfig applied wrong place.
This patch solves it.

Signed-off-by: Tetsuyuki Kobayashi 
---
Hello, Greg
This is patch for stable 3.0.y tree. 3.2.y, 3.4.y and 3.5.y do not have this 
problem. Only 3.0.y.

 arch/arm/Kconfig |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7692bca..85368ed 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1234,6 +1234,32 @@ config ARM_ERRATA_754327
  This workaround defines cpu_relax() as smp_mb(), preventing correctly
  written polling loops from denying visibility of updates to memory.
 
+config ARM_ERRATA_764369
+   bool "ARM errata: Data cache line maintenance operation by MVA may not 
succeed"
+   depends on CPU_V7 && SMP
+   help
+ This option enables the workaround for erratum 764369
+ affecting Cortex-A9 MPCore with two or more processors (all
+ current revisions). Under certain timing circumstances, a data
+ cache line maintenance operation by MVA targeting an Inner
+ Shareable memory region may fail to proceed up to either the
+ Point of Coherency or to the Point of Unification of the
+ system. This workaround adds a DSB instruction before the
+ relevant cache maintenance functions and sets a specific bit
+ in the diagnostic control register of the SCU.
+
+config PL310_ERRATA_769419
+   bool "PL310 errata: no automatic Store Buffer drain"
+   depends on CACHE_L2X0
+   help
+ On revisions of the PL310 prior to r3p2, the Store Buffer does
+ not automatically drain. This can cause normal, non-cacheable
+ writes to be retained when the memory system is idle, leading
+ to suboptimal I/O performance for drivers using coherent DMA.
+ This option adds a write barrier to the cpu_idle loop so that,
+ on systems with an outer cache, the store buffer is drained
+ explicitly.
+
 endmenu
 
 source "arch/arm/common/Kconfig"
@@ -1298,32 +1324,6 @@ source "drivers/pci/Kconfig"
 
 source "drivers/pcmcia/Kconfig"
 
-config ARM_ERRATA_764369
-   bool "ARM errata: Data cache line maintenance operation by MVA may not 
succeed"
-   depends on CPU_V7 && SMP
-   help
- This option enables the workaround for erratum 764369
- affecting Cortex-A9 MPCore with two or more processors (all
- current revisions). Under certain timing circumstances, a data
- cache line maintenance operation by MVA targeting an Inner
- Shareable memory region may fail to proceed up to either the
- Point of Coherency or to the Point of Unification of the
- system. This workaround adds a DSB instruction before the
- relevant cache maintenance functions and sets a specific bit
- in the diagnostic control register of the SCU.
-
-config PL310_ERRATA_769419
-   bool "PL310 errata: no automatic Store Buffer drain"
-   depends on CACHE_L2X0
-   help
- On revisions of the PL310 prior to r3p2, the Store Buffer does
- not automatically drain. This can cause normal, non-cacheable
- writes to be retained when the memory system is idle, leading
- to suboptimal I/O performance for drivers using coherent DMA.
- This option adds a write barrier to the cpu_idle loop so that,
- on systems with an outer cache, the store buffer is drained
- explicitly.
-
 endmenu
 
 menu "Kernel Features"
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] ARM: fix bad applied patch for arch/arm/Kconfig of stable 3.0.y tree.

2012-09-12 Thread Tetsuyuki Kobayashi
ARM_ERRATA_764369 and PL310_ERRATA_769419 do not appear in config menu in 
stable 3.0.y tree.
This is because backported patch for arm/arm/Kconfig applied wrong place.
This patch solves it.

Signed-off-by: Tetsuyuki Kobayashi k...@kmckk.co.jp
---
Hello, Greg
This is patch for stable 3.0.y tree. 3.2.y, 3.4.y and 3.5.y do not have this 
problem. Only 3.0.y.

 arch/arm/Kconfig |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7692bca..85368ed 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1234,6 +1234,32 @@ config ARM_ERRATA_754327
  This workaround defines cpu_relax() as smp_mb(), preventing correctly
  written polling loops from denying visibility of updates to memory.
 
+config ARM_ERRATA_764369
+   bool ARM errata: Data cache line maintenance operation by MVA may not 
succeed
+   depends on CPU_V7  SMP
+   help
+ This option enables the workaround for erratum 764369
+ affecting Cortex-A9 MPCore with two or more processors (all
+ current revisions). Under certain timing circumstances, a data
+ cache line maintenance operation by MVA targeting an Inner
+ Shareable memory region may fail to proceed up to either the
+ Point of Coherency or to the Point of Unification of the
+ system. This workaround adds a DSB instruction before the
+ relevant cache maintenance functions and sets a specific bit
+ in the diagnostic control register of the SCU.
+
+config PL310_ERRATA_769419
+   bool PL310 errata: no automatic Store Buffer drain
+   depends on CACHE_L2X0
+   help
+ On revisions of the PL310 prior to r3p2, the Store Buffer does
+ not automatically drain. This can cause normal, non-cacheable
+ writes to be retained when the memory system is idle, leading
+ to suboptimal I/O performance for drivers using coherent DMA.
+ This option adds a write barrier to the cpu_idle loop so that,
+ on systems with an outer cache, the store buffer is drained
+ explicitly.
+
 endmenu
 
 source arch/arm/common/Kconfig
@@ -1298,32 +1324,6 @@ source drivers/pci/Kconfig
 
 source drivers/pcmcia/Kconfig
 
-config ARM_ERRATA_764369
-   bool ARM errata: Data cache line maintenance operation by MVA may not 
succeed
-   depends on CPU_V7  SMP
-   help
- This option enables the workaround for erratum 764369
- affecting Cortex-A9 MPCore with two or more processors (all
- current revisions). Under certain timing circumstances, a data
- cache line maintenance operation by MVA targeting an Inner
- Shareable memory region may fail to proceed up to either the
- Point of Coherency or to the Point of Unification of the
- system. This workaround adds a DSB instruction before the
- relevant cache maintenance functions and sets a specific bit
- in the diagnostic control register of the SCU.
-
-config PL310_ERRATA_769419
-   bool PL310 errata: no automatic Store Buffer drain
-   depends on CACHE_L2X0
-   help
- On revisions of the PL310 prior to r3p2, the Store Buffer does
- not automatically drain. This can cause normal, non-cacheable
- writes to be retained when the memory system is idle, leading
- to suboptimal I/O performance for drivers using coherent DMA.
- This option adds a write barrier to the cpu_idle loop so that,
- on systems with an outer cache, the store buffer is drained
- explicitly.
-
 endmenu
 
 menu Kernel Features
-- 
1.7.9.5

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/