diff options
author | Tino Reichardt <[email protected]> | 2023-03-07 02:01:01 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-06 17:01:01 -0800 |
commit | 84a1c48c86775c21649ce42b3c512ca3070f8c2d (patch) | |
tree | 09c3e1ab7377ff751e7a688c04a6e00166a5502a /module/os | |
parent | 28bf26acb6735f95c47e3f1056cd1142607c0bcc (diff) |
Fix detection of IBM Power8 machines (ISA 2.07)
An IBM POWER7 system with Power ISA 2.06 tried to execute
zfs_sha256_power8() - which should only be run on ISA 2.07
machines.
The detection is implemented via the zfs_isa207_available() call,
but this check was not used.
This pull request will fix this.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Richard Yao <[email protected]>
Signed-off-by: Tino Reichardt <[email protected]>
Signed-off-by: Low-power <[email protected]>
Closes #14576
Diffstat (limited to 'module/os')
0 files changed, 0 insertions, 0 deletions