Page MenuHomeFreeBSD

zfs: disable floating point on powerpc kernels
ClosedPublic

Authored by alfredo on Oct 6 2022, 6:50 PM.
Referenced Files
Unknown Object (File)
Dec 4 2024, 3:54 PM
Unknown Object (File)
Nov 18 2024, 10:42 AM
Unknown Object (File)
Nov 18 2024, 10:17 AM
Unknown Object (File)
Oct 21 2024, 10:13 AM
Unknown Object (File)
Oct 21 2024, 10:13 AM
Unknown Object (File)
Oct 21 2024, 10:13 AM
Unknown Object (File)
Oct 21 2024, 9:34 AM
Unknown Object (File)
Sep 30 2024, 12:19 PM

Details

Summary

Powerpc* doesn't support support floating point in the kernel yet, so disable it on zfs or now.

This fixes "panic: altivec unavailable trap" when loading zfs.ko

Test Plan

on powerpc64le:

kldload zfs

It should load the module without a kernel panic

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable