aboutsummaryrefslogtreecommitdiff
path: root/src/userland.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/userland.cpp')
-rw-r--r--src/userland.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/userland.cpp b/src/userland.cpp
index 87ef99c03a..e0c8b33fa2 100644
--- a/src/userland.cpp
+++ b/src/userland.cpp
@@ -91,3 +91,4 @@ void stage2_progress_update_node(Stage2ProgressNode *node, size_t completed_coun
void stage2_list_features_for_arch(const char *arch_name_ptr, size_t arch_name_len, bool show_subfeatures) {}
void stage2_list_cpus_for_arch(const char *arch_name_ptr, size_t arch_name_len, bool show_subfeatures) {}
+bool stage2_validate_cpu_and_features(const char *arch_name, const char *cpu, const char *features) { return true; }