mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 10:43:02 +01:00
7 lines
85 B
Bash
7 lines
85 B
Bash
#!/bin/sh
|
|
|
|
if [ -e /proc/cpu/alignment ]; then
|
|
echo "3" > /proc/cpu/alignment
|
|
fi
|
|
|