xref: /aosp_15_r20/external/ltp/testcases/kernel/hotplug/cpu_hotplug/tools/cpuhotplug_do_spin_loop (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1#!/bin/sh
2
3echo $$
4
5while :
6do
7	NOOP=1
8done
9