1// On platforms that have not implemented this yet, we provide an implementation
2// that does not claim support for any features by leaving
3// __aarch64_cpu_features.features initialized to 0.
4
5void __init_cpu_features_resolver(unsigned long hwcap,
6                                  const __ifunc_arg_t *arg) {}
7
8void __init_cpu_features(void) {}
9