Advertisement
Guest User

Untitled

a guest
Jun 7th, 2015
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. bananapi ~ # dmesg | grep -E 'psci|CPU|SMP'
  2. [ 0.000000] Booting Linux on physical CPU 0x0
  3. [ 0.000000] Linux version 4.0.5 (root@bananapi) (gcc version 4.8.3 (Gentoo 4.8.3 p1.1, pie-0.5.9) ) #1 SMP Sun Jun 7 16:40:17 CEST 2015
  4. [ 0.000000] CPU: ARMv7 Processor [410fc074] revision 4 (ARMv7), cr=50c5387d
  5. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  6. [ 0.000000] psci: probing for conduit method from DT.
  7. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
  8. [ 0.000000] PERCPU: Embedded 10 pages/cpu @eefcb000 s11072 r8192 d21696 u40960
  9. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  10. [ 0.000000] Additional per-CPU info printed with stalls.
  11. [ 0.057039] CPU: Testing write buffer coherency: ok
  12. [ 0.073112] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  13. [ 0.086793] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  14. [ 0.086864] Brought up 2 CPUs
  15. [ 0.095684] SMP: Total of 2 processors activated (96.00 BogoMIPS).
  16. [ 0.101939] CPU: All CPU(s) started in HYP mode.
  17. [ 0.106641] CPU: Virtualization extensions available.
  18. bananapi ~ # lscpu -e -b
  19. CPU SOCKET CORE ONLINE MAXMHZ MINMHZ
  20. 0 0 0 yes 960.0000 144.0000
  21. 1 0 1 yes 960.0000 144.0000
  22. bananapi ~ # echo 0 > /sys/devices/system/cpu/cpu1/online ; dmesg | tail -n1
  23. [ 187.757649] CPU1: shutdown
  24. bananapi ~ # lscpu -e -b
  25. CPU SOCKET CORE ONLINE MAXMHZ MINMHZ
  26. 0 0 0 yes 960.0000 144.0000
  27. bananapi ~ # echo 1 > /sys/devices/system/cpu/cpu1/online
  28. bananapi ~ # lscpu -e -b
  29. CPU SOCKET CORE ONLINE MAXMHZ MINMHZ
  30. 0 0 0 yes 960.0000 144.0000
  31. 1 0 1 yes 960.0000 144.0000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement