Re: [PATCH v2 3/5] ARM: EXYNOS: add exynos_set_boot_addr() helper

2015-03-18 Thread Krzysztof Kozlowski
2015-03-18 14:09 GMT+01:00 Bartlomiej Zolnierkiewicz : > Add exynos_set_boot_addr() helper and covert existing code > (exynos_boot_secondary() and exynos_smp_prepare_cpus()) to > use it. > > There should be no functional changes caused by this patch. > > Cc: Daniel Lezcano > Signed-off-by:

[PATCH v2 3/5] ARM: EXYNOS: add exynos_set_boot_addr() helper

2015-03-18 Thread Bartlomiej Zolnierkiewicz
Add exynos_set_boot_addr() helper and covert existing code (exynos_boot_secondary() and exynos_smp_prepare_cpus()) to use it. There should be no functional changes caused by this patch. Cc: Daniel Lezcano Signed-off-by: Bartlomiej Zolnierkiewicz --- arch/arm/mach-exynos/platsmp.c | 53

[PATCH v2 3/5] ARM: EXYNOS: add exynos_set_boot_addr() helper

2015-03-18 Thread Bartlomiej Zolnierkiewicz
Add exynos_set_boot_addr() helper and covert existing code (exynos_boot_secondary() and exynos_smp_prepare_cpus()) to use it. There should be no functional changes caused by this patch. Cc: Daniel Lezcano daniel.lezc...@linaro.org Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com

Re: [PATCH v2 3/5] ARM: EXYNOS: add exynos_set_boot_addr() helper

2015-03-18 Thread Krzysztof Kozlowski
2015-03-18 14:09 GMT+01:00 Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com: Add exynos_set_boot_addr() helper and covert existing code (exynos_boot_secondary() and exynos_smp_prepare_cpus()) to use it. There should be no functional changes caused by this patch. Cc: Daniel Lezcano