From 7961a5bad2194d56bc3b90e4c6aa986f1d50dc63 Mon Sep 17 00:00:00 2001 From: Kaige Fu Date: Fri, 26 Oct 2018 13:59:00 +0000 Subject: [PATCH] HV: Fix some inconsistent comments in vm_description.c This patch is for fixing inconsistent comments in vm_description.c Tracked-On: #1160 Signed-off-by: Kaige Fu --- hypervisor/partition/vm_description.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/hypervisor/partition/vm_description.c b/hypervisor/partition/vm_description.c index 128181856..79184723d 100644 --- a/hypervisor/partition/vm_description.c +++ b/hypervisor/partition/vm_description.c @@ -8,21 +8,13 @@ #define NUM_USER_VMS 2U -/**********************/ -/* VIRTUAL MACHINE 0 */ -/*********************/ - -/* Number of CPUs in this VM*/ +/* Number of CPUs in VM1 */ #define VM1_NUM_CPUS 2U /* Logical CPU IDs assigned to this VM */ uint16_t VM1_CPUS[VM1_NUM_CPUS] = {0U, 2U}; -/*********************/ -/* VIRTUAL MACHINE 1 */ -/*********************/ - -/* Number of CPUs in this VM*/ +/* Number of CPUs in VM2 */ #define VM2_NUM_CPUS 2U /* Logical CPU IDs assigned with this VM */