Skip to content

Commit

Permalink
Remove unused have_vmx check from initrd_init
Browse files Browse the repository at this point in the history
This check originally came from the compatibility-check script for
checking containers but isn't required for the clr-installer.
  • Loading branch information
puneetse authored and mdhorn committed Feb 19, 2020
1 parent a4bf967 commit 4700761
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions iso_templates/initrd_init_template
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ check_result() {
echo_tty_kmsg "[${SUCCESS} OK ${NORMAL}] $msg"
}

have_vmx() {
local feature="vmx"
local desc="Virtualisation support"
local need="$desc ($feature)"
have_cpu_feature "$feature"
check_result "$?" "$need"
}

have_ssse3_cpu_feature () {
local feature="ssse3"
local desc="Supplemental Streaming SIMD Extensions 3"
Expand Down

0 comments on commit 4700761

Please sign in to comment.