Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102865244
D45366.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
418 B
Referenced Files
None
Subscribers
None
D45366.diff
View Options
diff --git a/tools/test/stress2/misc/aesni.sh b/tools/test/stress2/misc/aesni.sh
--- a/tools/test/stress2/misc/aesni.sh
+++ b/tools/test/stress2/misc/aesni.sh
@@ -29,6 +29,11 @@
# Simple AESNI(4) test.
+if [ $(uname -m) != "amd64" -a $(uname -m) != "i386" ]; then
+ echo "This test requires an x86 system."
+ exit 0
+fi
+
kldstat -v | grep -qw aesni || { kldload aesni.ko; loaded=1; }
../misc/geli.sh
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 4:21 AM (21 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14710231
Default Alt Text
D45366.diff (418 B)
Attached To
Mode
D45366: stress2: Don't run aesni.sh on non-x86 platforms
Attached
Detach File
Event Timeline
Log In to Comment