x86/PV: drop "vcpu" local variable from show_guest_stack()
authorJan Beulich <jbeulich@suse.com>
Wed, 24 Nov 2021 10:01:05 +0000 (11:01 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 24 Nov 2021 10:01:05 +0000 (11:01 +0100)
commit95d1511fe0a3e603e2604574da65d2eb8c541baf
tree54e33f729051ea019e481876730af1b6faf46e49
parenta5706b80f42e028c5153fc50734a1e86a99ff9d2
x86/PV: drop "vcpu" local variable from show_guest_stack()

It's not really needed and has been misleading me more than once to try
and spot its "actual" use(s). It should really have been dropped when
the 32-bit specific logic was purged from here.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
xen/arch/x86/traps.c