aboutsummaryrefslogtreecommitdiffstats
path: root/config/always-system.m4
Commit message (Collapse)AuthorAgeFilesLines
* OpenZFS restructuring - move platform specific headersMatthew Macy2019-09-051-0/+26
Move platform specific Linux headers under include/os/linux/. Update the build system accordingly to detect the platform. This lays some of the initial groundwork to supporting building for other platforms. As part of this change it was necessary to create both a user and kernel space sys/simd.h header which can be included in either context. No functional change, the source has been refactored and the relevant #include's updated. Reviewed-by: Jorgen Lundman <[email protected]> Reviewed-by: Igor Kozhukhov <[email protected]> Signed-off-by: Matthew Macy <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #9198