lkml.org 
[lkml]   [2018]   [Jan]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v3 0/8] ARM: sun9i: SMP and CPU hotplug support
On Mon, 15 Jan 2018, Chen-Yu Tsai wrote:

> Changes since v2:
> - Do away with the MCPM framework, directly implement smp_ops
> - Some debug messages were clarified
> - New ARCH_SUNXI_MCPM Kconfig symbol for this feature

You should use ARCH_SUNXI_SMP instead to avoid confusion with the actual
MCPM code. Ditto for function names as Dave mentioned.

For the ARM to Thumb switch you could add something like this at the
beginning of your entry code:

#ifdef CONFIG_THUMB2_KERNEL
.arm
mov ip, #1
bx ip
.thumb
#endif
[your code follows here]

And make sure that code is word aligned.


Nicolas

\
 
 \ /
  Last update: 2018-01-15 22:01    [W:0.062 / U:1.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site