From b234b23494d34c20b963e44a69b69e91561413ea Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 9 Jan 2016 21:38:52 +0000 Subject: Add a new helper to disable SMP. This is needed when running armv5 code on SMP armv7 build machines. --- restrict_to_cpu0 | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 restrict_to_cpu0 (limited to 'restrict_to_cpu0') diff --git a/restrict_to_cpu0 b/restrict_to_cpu0 new file mode 100755 index 0000000..febc67a --- /dev/null +++ b/restrict_to_cpu0 @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/bin/taskset -c 0 /bin/sh "$1" -- cgit v1.2.1