]> xenbits.xensource.com Git - xen.git/commit
x86: use standard C types in struct cpuinfo_x86
authorJan Beulich <jbeulich@suse.com>
Tue, 21 Feb 2023 14:06:55 +0000 (15:06 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 21 Feb 2023 14:06:55 +0000 (15:06 +0100)
commit03430abdf570374fe89d14ca63f7f7c0826a3a4e
tree8b1fff1f43bc33535abcd419d0e5337cf9c8cef9
parenta90a0018f605e3bb0588816e5a1f957d6e4562eb
x86: use standard C types in struct cpuinfo_x86

Consolidate this to use exclusively standard types, and change oprofile
code (apparently trying to mirror those types) at the same time. Where
sensible actually drop local variables.

No functional change intended.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/include/asm/processor.h
xen/arch/x86/oprofile/nmi_int.c