linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V1] hotplug: eliminate warning Unknown IPI message 0x1
@ 2012-02-10  9:27 Bill Carson
  2012-02-10  9:27 ` [PATCH] hotplug: eliminate warning "Unknown IPI message 0x1" Bill Carson
  0 siblings, 1 reply; 4+ messages in thread
From: Bill Carson @ 2012-02-10  9:27 UTC (permalink / raw)
  To: linux-arm-kernel


Hi, All


Does the second parameter of gic_raise_softirq(const struct cpumask *mask, unsigned int irq)
have special meaning? because most of the callers have 1 for this, while 0 for mach-highbank.
This hard code value also causes hotplug warnings:

/sys/devices/system/cpu # echo 0 > cpu3/online 
CPU3: shutdown
/sys/devices/system/cpu # echo 1 > cpu3/online 
CPU3: Booted secondary processor
Calibrating delay loop (skipped) already calibrated this CPU
CPU3: Unknown IPI message 0x1


IMHO, it's necessary to introduce a new ipi_msg_type to eliminate this warning.
And I did the testing on vexpress board, so far so good.

So any comments?






Bill Carson(1)
    hotplug: Introduce a new ipi_msg_type to eliminate phony warning
 

Signed-off-by: Bill Carson <bill4carson@gmail.com>
---
 arch/arm/include/asm/hardirq.h    |    2 +-
 arch/arm/kernel/smp.c             |    5 +++++
 arch/arm/plat-versatile/platsmp.c |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-13  1:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-10  9:27 [PATCH V1] hotplug: eliminate warning Unknown IPI message 0x1 Bill Carson
2012-02-10  9:27 ` [PATCH] hotplug: eliminate warning "Unknown IPI message 0x1" Bill Carson
2012-02-10  9:59   ` Russell King - ARM Linux
2012-02-13  1:07     ` bill4carson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).