Re: [PATCH v8 07/28] x86/boot/compressed: annotate local functions

2019-08-19 Thread Borislav Petkov
On Thu, Aug 08, 2019 at 12:38:33PM +0200, Jiri Slaby wrote: > relocated, paging_enabled, and no_longmode are self-standing local > functions, annotate them as such. paging_enabled is annotated as > NOALIGN, since the trampoline code has to be compact. > > Signed-off-by: Jiri Slaby > Cc: "H. Peter

[PATCH v8 07/28] x86/boot/compressed: annotate local functions

2019-08-08 Thread Jiri Slaby
relocated, paging_enabled, and no_longmode are self-standing local functions, annotate them as such. paging_enabled is annotated as NOALIGN, since the trampoline code has to be compact. Signed-off-by: Jiri Slaby Cc: "H. Peter Anvin" Cc: Thomas Gleixner Cc: Ingo Molnar Cc: x...@kernel.org ---