cpuhotplug_do_spin_loop 44 B

12345678
  1. #!/bin/sh
  2. echo $$
  3. while :
  4. do
  5. NOOP=1
  6. done