Re: [PATCH v2 3/6] i.MX: system.c: Replace magic numbers

2016-06-15 Thread Shawn Guo
On Tue, Jun 14, 2016 at 06:29:50PM -0700, Andrey Smirnov wrote: > Signed-off-by: Andrey Smirnov > --- > arch/arm/include/asm/hardware/cache-l2x0.h | 1 + As Uwe already pointed out, it's not necessary to change this file. > arch/arm/mach-imx/system.c |

Re: [PATCH v2 3/6] i.MX: system.c: Replace magic numbers

2016-06-15 Thread Shawn Guo
On Tue, Jun 14, 2016 at 06:29:50PM -0700, Andrey Smirnov wrote: > Signed-off-by: Andrey Smirnov > --- > arch/arm/include/asm/hardware/cache-l2x0.h | 1 + As Uwe already pointed out, it's not necessary to change this file. > arch/arm/mach-imx/system.c | 5 - >

Re: [PATCH v2 3/6] i.MX: system.c: Replace magic numbers

2016-06-15 Thread Uwe Kleine-König
Hello, On Tue, Jun 14, 2016 at 06:29:50PM -0700, Andrey Smirnov wrote: > diff --git a/arch/arm/include/asm/hardware/cache-l2x0.h > b/arch/arm/include/asm/hardware/cache-l2x0.h > index 3a5ec1c..e0ce59c 100644 > --- a/arch/arm/include/asm/hardware/cache-l2x0.h > +++

Re: [PATCH v2 3/6] i.MX: system.c: Replace magic numbers

2016-06-15 Thread Uwe Kleine-König
Hello, On Tue, Jun 14, 2016 at 06:29:50PM -0700, Andrey Smirnov wrote: > diff --git a/arch/arm/include/asm/hardware/cache-l2x0.h > b/arch/arm/include/asm/hardware/cache-l2x0.h > index 3a5ec1c..e0ce59c 100644 > --- a/arch/arm/include/asm/hardware/cache-l2x0.h > +++

[PATCH v2 3/6] i.MX: system.c: Replace magic numbers

2016-06-14 Thread Andrey Smirnov
Signed-off-by: Andrey Smirnov --- arch/arm/include/asm/hardware/cache-l2x0.h | 1 + arch/arm/mach-imx/system.c | 5 - arch/arm/mm/cache-l2x0.c | 6 -- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git

[PATCH v2 3/6] i.MX: system.c: Replace magic numbers

2016-06-14 Thread Andrey Smirnov
Signed-off-by: Andrey Smirnov --- arch/arm/include/asm/hardware/cache-l2x0.h | 1 + arch/arm/mach-imx/system.c | 5 - arch/arm/mm/cache-l2x0.c | 6 -- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git