All of lore.kernel.org
 help / color / mirror / Atom feed
From: Valdis.Kletnieks@vt.edu (Valdis.Kletnieks at vt.edu)
To: kernelnewbies@lists.kernelnewbies.org
Subject: SMP on different cores.
Date: Thu, 22 Sep 2016 10:29:57 -0400	[thread overview]
Message-ID: <74595.1474554597@turing-police.cc.vt.edu> (raw)
In-Reply-To: <CAA2oCOkGaPGcK96H1MYezOu-xoN3JoOQ5PDHH_K6rbK2jdVX1g@mail.gmail.com>

On Thu, 22 Sep 2016 16:46:12 +0530, Madhu K said:

> If i want to enable SMP, cores should be of same version( ex: both core
> should ARM 7 ) or we could enable SMP on different version.

There's kernel support for the bigLITTLE architecture in some ARM chips,
but since it depends on being able to migrate execution streams between
them, the various processors really *do* need to be compatible.

You *really* don't want to try to make things work when some cores are
ARM6 and some are ARM7, for instance - that way lies madness if you ever
reschedule onto a different processor (and I'm not even sure our toolchains
are able to generate a mixed-architecture binary without complaint).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 484 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160922/e06e0ad3/attachment-0001.bin 

      parent reply	other threads:[~2016-09-22 14:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-22 11:16 SMP on different cores Madhu K
2016-09-22 12:17 ` Greg KH
2016-09-22 13:04   ` Daniel.
2016-09-22 13:05     ` Daniel.
2016-09-23 11:00   ` Madhu K
2016-09-23 12:00     ` Greg KH
2016-09-24  8:21     ` Greg Freemyer
2016-09-22 14:29 ` Valdis.Kletnieks at vt.edu [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=74595.1474554597@turing-police.cc.vt.edu \
    --to=valdis.kletnieks@vt.edu \
    --cc=kernelnewbies@lists.kernelnewbies.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.