All times are UTC-06:00




Post new topic  Reply to topic  [ 6 posts ] 
Author Message
PostPosted: Thu Feb 10, 2011 6:12 pm 
Offline

Joined: Tue Feb 03, 2009 7:32 am
Posts: 19
Location: Toronto, Canada
Hello all,

I have what may see a bizarre question. The only ARM hardware I have access to is all single core (and single socket); this includes the Efika MX.

Although I've not looked at the kernel sources yet, I'm looking to understand if anybody has seen a /proc/cpuinfo file from an ARM based system equipped with multiple CPUs or CPUs which are multi-core? It's really to determine how to count on such systems the number of cores vs. the number of sockets.


Top
   
 Post subject:
PostPosted: Thu Feb 10, 2011 11:44 pm 
Offline

Joined: Mon Aug 21, 2006 2:57 pm
Posts: 38
Location: Austin, TX, USA
There are no multi-socket ARM systems.


Top
   
 Post subject:
PostPosted: Mon Feb 14, 2011 10:41 am 
Offline

Joined: Fri Oct 29, 2010 10:13 am
Posts: 15
Location: Szczecin, Poland
root@omap4430-panda:~# cat /proc/cpuinfo
Processor : ARMv7 Processor rev 2 (v7l)
processor : 0
BogoMIPS : 2013.49

processor : 1
BogoMIPS : 1996.68

Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x1
CPU part : 0xc09
CPU revision : 2

Hardware : OMAP4430 Panda Board
Revision : 0020
Serial : 0000000000000000


Top
   
 Post subject:
PostPosted: Mon Feb 14, 2011 12:01 pm 
Offline
Genesi

Joined: Tue Feb 07, 2006 4:49 pm
Posts: 145
Location: San Antonio, TX
That is dual core, not dual socket isn't it hrw?

_________________
Steev Klimaszewski, Genesi USA Inc.
Senior Software Engineer


Top
   
 Post subject:
PostPosted: Tue Feb 15, 2011 4:54 am 
Offline

Joined: Fri Oct 29, 2010 10:13 am
Posts: 15
Location: Szczecin, Poland
This is from dualcore ARM system.


Top
   
 Post subject:
PostPosted: Thu Feb 17, 2011 6:47 pm 
Offline

Joined: Sat May 01, 2010 9:22 am
Posts: 4
Location: Albuquerque, NM
On at least some dual-core Tegra 2 systems (and on at least some Linux flavors), the second core gets shutdown when (something, somewhere) decides that doing so would save power (and that the load on the system has been light enough to justify that.) When the second core is offline, there's no entry for it in /proc/cpuinfo (so parsing that file isn't a reliable way of detecting that one's on a multicore system.)

sysconf(_SC_PROCESSORS_CONF) returns the number of configured cores and is generally an upper bound on the number of cores that can be online.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 6 posts ] 

All times are UTC-06:00


Who is online

Users browsing this forum: No registered users and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
PowerDeveloper.org: Copyright © 2004-2012, Genesi USA, Inc. The Power Architecture and Power.org wordmarks and the Power and Power.org logos and related marks are trademarks and service marks licensed by Power.org.
All other names and trademarks used are property of their respective owners. Privacy Policy
Powered by phpBB® Forum Software © phpBB Group