]> xenbits.xensource.com Git - xen.git/commit
x86/boot: Explicitly clean pcpu stacks in debug builds
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 27 Aug 2013 09:28:26 +0000 (11:28 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 27 Aug 2013 09:28:26 +0000 (11:28 +0200)
commit8a3c4acc9907cfec9aae9f1bc251fbf50af6828e
tree3e93a1da7124e4538579b65a894106e9ba0e01e0
parent483814219bc4d47db8a56116290ec7878b794c09
x86/boot: Explicitly clean pcpu stacks in debug builds

This reduces confusion when looking at a hexdump of the pcpu stacks and
wondering were on earth some of the junk was coming from.  Also leave some
grep fodder for finding where the BSP switches stack (because it took me
far longer to find than I care to admit to).

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/boot/x86_64.S
xen/arch/x86/smpboot.c