Re: [PATCH v2 03/11] x86/paravirt: remove clobbers from struct paravirt_patch_site

2018-08-24 Thread Thomas Gleixner
On Mon, 13 Aug 2018, Juergen Gross wrote: > There is no need any longer to store the clobbers in struct > paravirt_patch_site. Remove clobbers from the struct and from the > related macros. > > While at it fix some lines longer than 80 characters. > > Signed-off-by: Juergen Gross Reviewed-by:

[PATCH v2 03/11] x86/paravirt: remove clobbers from struct paravirt_patch_site

2018-08-13 Thread Juergen Gross
There is no need any longer to store the clobbers in struct paravirt_patch_site. Remove clobbers from the struct and from the related macros. While at it fix some lines longer than 80 characters. Signed-off-by: Juergen Gross --- arch/x86/include/asm/paravirt.h | 33