From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Thu, 22 Aug 2013 06:32:11 +0000 Subject: Re: [PATCH 00/05] ARM: shmobile: Yet another SMP series Message-Id: <20130822063210.GS11086@verge.net.au> List-Id: References: <20130807221321.22251.22774.sendpatchset@w520> <20130821085949.GI20014@verge.net.au> In-Reply-To: <20130821085949.GI20014@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Wed, Aug 21, 2013 at 05:59:49PM +0900, Simon Horman wrote: > On Thu, Aug 08, 2013 at 07:13:21AM +0900, Magnus Damm wrote: > > ARM: shmobile: Yet another SMP series > > > > [PATCH 01/05] ARM: shmobile: Introduce shmobile_smp_cpu_disable() > > [PATCH 02/05] ARM: shmobile: Use shmobile_smp_cpu_disable() on sh73a0 > > [PATCH 03/05] ARM: shmobile: Remove unused shmobile_smp_init_cpus() > > [PATCH 04/05] ARM: shmobile: Expose shmobile_invalidate_start() > > [PATCH 05/05] ARM: shmobile: Introduce shmobile_boot_size > > > > This series cleans up the existing SMP code and introduces various new SMP > > functions for mach-shmobile. The new functions are partially used by existing > > SMP support code, but are also consumed by upcoming SMP support patches. > > > > Signed-off-by: Magnus Damm > > Thanks Magnus, > > I plan to queue this up in the smp branch which will most likely occur > tomorrow. And indeed it did. From mboxrd@z Thu Jan 1 00:00:00 1970 From: horms@verge.net.au (Simon Horman) Date: Thu, 22 Aug 2013 15:32:11 +0900 Subject: [PATCH 00/05] ARM: shmobile: Yet another SMP series In-Reply-To: <20130821085949.GI20014@verge.net.au> References: <20130807221321.22251.22774.sendpatchset@w520> <20130821085949.GI20014@verge.net.au> Message-ID: <20130822063210.GS11086@verge.net.au> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Aug 21, 2013 at 05:59:49PM +0900, Simon Horman wrote: > On Thu, Aug 08, 2013 at 07:13:21AM +0900, Magnus Damm wrote: > > ARM: shmobile: Yet another SMP series > > > > [PATCH 01/05] ARM: shmobile: Introduce shmobile_smp_cpu_disable() > > [PATCH 02/05] ARM: shmobile: Use shmobile_smp_cpu_disable() on sh73a0 > > [PATCH 03/05] ARM: shmobile: Remove unused shmobile_smp_init_cpus() > > [PATCH 04/05] ARM: shmobile: Expose shmobile_invalidate_start() > > [PATCH 05/05] ARM: shmobile: Introduce shmobile_boot_size > > > > This series cleans up the existing SMP code and introduces various new SMP > > functions for mach-shmobile. The new functions are partially used by existing > > SMP support code, but are also consumed by upcoming SMP support patches. > > > > Signed-off-by: Magnus Damm > > Thanks Magnus, > > I plan to queue this up in the smp branch which will most likely occur > tomorrow. And indeed it did.