x86/pv: Drop stale comment in dom0_construct_pv()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 29 Oct 2020 12:03:43 +0000 (12:03 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 29 Oct 2020 19:21:53 +0000 (19:21 +0000)
commit26a8fa494f2f323622b6928bd15921b41818f180
tree7126f84d7628d2fc161daab672d9353548e0aa1c
parent1fd1d4bafdf6f9f8fe5ca9b947f016a7aae92a74
x86/pv: Drop stale comment in dom0_construct_pv()

This comment was introduced by c/s 22a857bde9b8 in 2003, and became stale with
c/s 99db02d50976 also in 2003.  Both of these predate the introduction of
struct vcpu, when the processor field moved object.

17 years is long enough for this comment to be mis-informing people reading
the code.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/pv/dom0_build.c