Author Topic: Linux, SMP, on weird MIPS system, how to check if CPU1 is working correctly  (Read 858 times)

0 Members and 1 Guest are viewing this topic.

Offline legacyTopic starter

  • Super Contributor
  • ***
  • !
  • Posts: 4415
  • Country: ch
how would you test if cpu1 is working correctly in an Linux/SMP system?  :-//
(it's a MIPS64 Linux system, with two MIPS64 CPUs)
 

Offline SiliconWizard

  • Super Contributor
  • ***
  • Posts: 14472
  • Country: fr
Use taskset to launch a single-threaded test program on the core/CPU you want to test.

For instance:
Code: [Select]
taskset -c 0 <your executable>
 

Offline legacyTopic starter

  • Super Contributor
  • ***
  • !
  • Posts: 4415
  • Country: ch
Thanks!  :D
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf