From: Allen Pais <allen.pais@oracle.com>
To: sparclinux@vger.kernel.org
Subject: Re: [PATCH 1/1] [RFC]sparc64: enable cpu hotplug feature
Date: Tue, 22 Mar 2016 17:49:15 +0000 [thread overview]
Message-ID: <56F182CB.5010403@oracle.com> (raw)
In-Reply-To: <1456565906-2072-1-git-send-email-allen.pais@oracle.com>
>> return ret;
>> }
>>
>
> You've made this significantly harder to review and audit by moving the code
> around so much.
>
> Just add the new calls:
>
> smp_fill_in_sib_core_maps();
> cpu_map_rebuild();
>
> in the existing basic block containing the smp_synchronize_one_tick() call.
>
> Then it's obvious to reviewers what your change is actually doing.
Sure, I'll fix this and resend.
>>
>> + set_cpu_online(cpu, false);
>> +
>> /* Make sure no interrupts point to this cpu. */
>> fixup_irqs();
>
> This looks like a bug fix, to make sure fixup_irqs() does the right
> thing, right?
>
> All the little bug fixes like this should be split out into separate
> patches.
I really did not think it was necessary, but I'll split it up as you
said.
Thanks.
prev parent reply other threads:[~2016-03-22 17:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-27 9:50 [PATCH 1/1] [RFC]sparc64: enable cpu hotplug feature Allen Pais
2016-03-11 14:22 ` Allen Pais
2016-03-11 14:43 ` Xose Vazquez Perez
2016-03-11 17:13 ` David Miller
2016-03-21 18:22 ` David Miller
2016-03-22 17:49 ` Allen Pais [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56F182CB.5010403@oracle.com \
--to=allen.pais@oracle.com \
--cc=sparclinux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.