[PATCH RFC] ARM: tango4: Fix build issues
Olof Johansson
olof at lixom.net
Thu Dec 31 05:20:08 PST 2015
On Tue, Dec 29, 2015 at 09:48:47PM +0100, Mason wrote:
> On 25/12/2015 22:49, Mason wrote:
>
> > Move SMP setup to platsmp.c
> > Specify the CPU type to the assembler, and only for smc.S
> >
> > Signed-off-by: Marc Gonzalez <marc_gonzalez at sigmadesigns.com>
> > ---
> > arch/arm/mach-tango/Makefile | 3 ++-
> > arch/arm/mach-tango/platsmp.c | 16 ++++++++++++++++
> > arch/arm/mach-tango/setup.c | 14 --------------
> > 3 files changed, 18 insertions(+), 15 deletions(-)
> > create mode 100644 arch/arm/mach-tango/platsmp.c
>
> I have a question. When the original commit hasn't been pushed to
> Linus' tree yet, is the original commit simply amended?
> (fixup option in rebase -i)
>
> Or are they handled as regular commits on top of the previous commits?
In general, even if our branch is not yet in Linus' tree, we prefer to not
rebuild and rewind/rebase our branches. So yes, in this case it should be
an incremental patch like this is.
-Olof
More information about the linux-arm-kernel
mailing list