After becoming a mandatory function, boot_secondary() is no longer used
outside arch/arm/kernel/smp.c. Hence remove its public prototype, and,
as suggested by Arnd, let it be absorbed by its single caller.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Arnd Bergmann <arnd@arndb.de>
---
v3:
- Add Acked-by
v2:
- This is v2 of "arm/smp: Make boot_secondary() static"
- Absorb boot_secondary() instead of making it static.
---
arch/arm/include/asm/smp.h | 6 ------
arch/arm/kernel/smp.c | 12 ++++--------
2 files changed, 4 insertions(+), 14 deletions(-)
Ping?
On Wed, Jul 9, 2014 at 5:01 PM, Geert Uytterhoeven
[off-list ref] wrote:
quoted hunk
After becoming a mandatory function, boot_secondary() is no longer used
outside arch/arm/kernel/smp.c. Hence remove its public prototype, and,
as suggested by Arnd, let it be absorbed by its single caller.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Arnd Bergmann <arnd@arndb.de>
---
v3:
- Add Acked-by
v2:
- This is v2 of "arm/smp: Make boot_secondary() static"
- Absorb boot_secondary() instead of making it static.
---
arch/arm/include/asm/smp.h | 6 ------
arch/arm/kernel/smp.c | 12 ++++--------
2 files changed, 4 insertions(+), 14 deletions(-)
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
On Wednesday 20 August 2014, Geert Uytterhoeven wrote:
Ping?
On Wed, Jul 9, 2014 at 5:01 PM, Geert Uytterhoeven
[off-list ref] wrote:
quoted
After becoming a mandatory function, boot_secondary() is no longer used
outside arch/arm/kernel/smp.c. Hence remove its public prototype, and,
as suggested by Arnd, let it be absorbed by its single caller.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Hi Arnd,
On Wed, Aug 20, 2014 at 9:30 PM, Arnd Bergmann [off-list ref] wrote:
On Wednesday 20 August 2014, Geert Uytterhoeven wrote:
quoted
Ping?
On Wed, Jul 9, 2014 at 5:01 PM, Geert Uytterhoeven
[off-list ref] wrote:
quoted
After becoming a mandatory function, boot_secondary() is no longer used
outside arch/arm/kernel/smp.c. Hence remove its public prototype, and,
as suggested by Arnd, let it be absorbed by its single caller.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Arnd Bergmann <arnd@arndb.de>
<surprised>
Thanks for the info!
</surprised>
Has anyone already written a "git-send-email"-compatible script to
submit patches there?
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
On Wed, Aug 20, 2014 at 08:55:33PM +0100, Geert Uytterhoeven wrote:
Has anyone already written a "git-send-email"-compatible script to
submit patches there?
You can send patches as usual to patches at arm.linux.org.uk, just add
KernelVersion: v3.?? after the --- line in your patch (maybe this could
be automate as well but I didn't bother).
For series, because the arrival order is not guaranteed, I use the git
alias below to trick it into sleeping 60s between patches:
ksend-rmk-patch = !git send-email --annotate --no-thread --suppress-cc=all --to-cmd='sleep 60 && echo patches at arm.linux.org.uk "#"'
For stgit, I have a dedicated template:
From: %(sender)s
To: patches at arm.linux.org.uk
Subject: %(prefix)s%(shortdescr)s
%(longdescr)s
PATCH FOLLOWS
KernelVersion:%(version)s
%(diff)s
And there is always git pull request that Russell is happy with.
--
Catalin