commit | 5e63306f1629527799e34a9814dd8035df6ca854 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <[email protected]> | Fri Oct 11 13:51:06 2019 +0200 |
committer | Borislav Petkov <[email protected]> | Fri Oct 18 12:00:43 2019 +0200 |
tree | 66b0fe3564e6aa04f08c07e58b1c1afde0b034c1 | |
parent | 78762b0e79bc1dd01347be061abdf505202152c9 [diff] |
x86/asm/32: Change all ENTRY+END to SYM_CODE_* Change all assembly code which is marked using END (and not ENDPROC) to appropriate new markings SYM_CODE_START and SYM_CODE_END. And since the last user of END on X86 is gone now, make sure that END is not defined there. Signed-off-by: Jiri Slaby <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Cc: Andrey Ryabinin <[email protected]> Cc: Andy Lutomirski <[email protected]> Cc: Boris Ostrovsky <[email protected]> Cc: Herbert Xu <[email protected]> Cc: "H. Peter Anvin" <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Josh Poimboeuf <[email protected]> Cc: [email protected] Cc: Mark Rutland <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: "Rafael J. Wysocki" <[email protected]> Cc: "Steven Rostedt (VMware)" <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: x86-ml <[email protected]> Link: https://lkml.kernel.org/r/[email protected]