From: Johannes Dickgreber <tanzy@gmx.de>
To: Kumba <kumba@gentoo.org>
Cc: Linux MIPS List <linux-mips@linux-mips.org>
Subject: Re: Help getting IP30/Octane fixed?
Date: Sat, 16 May 2009 21:05:31 +0200 [thread overview]
Message-ID: <4A0F0E7B.1010602@gmx.de> (raw)
In-Reply-To: <4A072383.3010109@gentoo.org>
Kumba schrieb:
>
> Ricardo (ricmm on IRC) explained it as this:
>
> <ricmm> the baseline problem is that the secondary CPU's ipi irq is not
> triggering, the first one works
> <ricmm> and smp_call_function() is calling an init function on both CPUs
> with a wait_for_completion flag set
> <ricmm> but the second CPU will never run the function as the irq is not
> happening, therefore the flag will remain set
> <ricmm> and smp_call_function() will spin waiting for the completion
>
>
i think i found the problem
try booting with a command line cca=5
the system is setting _page_cachable_default with what is found in the
processor register at booting time which is 3 ( _CACHE_CACHABLE_NONCOHERENT )
i think this can not work on a SMP System.
with the above overriding i have a working SMP Octane system.
cca = 5 means _CACHE_CACHABLE_COHERENT
if time permits i send patches
bye
next prev parent reply other threads:[~2009-05-16 19:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-09 23:21 Help getting IP30/Octane fixed? Kumba
2009-05-10 18:06 ` Johannes Dickgreber
2009-05-10 18:57 ` Kumba
2009-05-16 19:05 ` Johannes Dickgreber [this message]
2009-05-19 7:12 ` Kumba
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=4A0F0E7B.1010602@gmx.de \
--to=tanzy@gmx.de \
--cc=kumba@gentoo.org \
--cc=linux-mips@linux-mips.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.