hv: remove unused cpu_primary_save_32()

In direct boot mode, boot_context[] which is saved from cpu_primary_save_32()
is no longer used since commit 6beb34c3cb ("vm_load: update init gdt
preparation"). Thus, the call to it and the function itself can be removed.

Tracked-On: #4441
Reviewed-by: Fengwei Yin <fengwei.yin@intel.com>
Signed-off-by: Zide Chen <zide.chen@intel.com>
This commit is contained in:
Chen, Zide
2020-03-02 18:16:48 +00:00
committed by wenlingz
parent f0e5387e1c
commit 97fc0efe20
2 changed files with 0 additions and 40 deletions

View File

@@ -84,9 +84,6 @@ cpu_primary_start_32:
movl %eax, (boot_regs)
movl %ebx, (boot_regs+4)
/* Save boot context from 32bit mode */
call cpu_primary_save_32
/* Disable interrupts */
cli