loongarch: Remove reference to SSSE3

Obviously LoongArch does not have SSSE3.
This commit is contained in:
Xi Ruoyao 2024-04-07 21:06:01 +08:00
parent 4203c7073b
commit 67ecb262fa
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -113,9 +113,8 @@ su tester -c "make -k check"</userinput></screen>
The <emphasis>hardlink</emphasis> tests will fail if the host's kernel The <emphasis>hardlink</emphasis> tests will fail if the host's kernel
does not have the option <option>CONFIG_CRYPTO_USER_API_HASH</option> does not have the option <option>CONFIG_CRYPTO_USER_API_HASH</option>
enabled or does not have any options providing a SHA256 implementation enabled or does not have any options providing a SHA256 implementation
(for example, <option>CONFIG_CRYPTO_SHA256</option>, or (for example, <option>CONFIG_CRYPTO_SHA256</option>)
<option>CONFIG_CRYPTO_SHA256_SSSE3</option> if the CPU supports enabled. In addition, the lsfd: inotify test will
Supplemental SSE3) enabled. In addition, the lsfd: inotify test will
fail if the kernel option <option>CONFIG_NETLINK_DIAG</option> is not fail if the kernel option <option>CONFIG_NETLINK_DIAG</option> is not
enabled. enabled.
</para> </para>