x86/asm, x86/power/hibernate: Use local labels in asm
authorBorislav Petkov <[email protected]>
Sun, 12 Apr 2015 19:45:06 +0000 (21:45 +0200)
committerIngo Molnar <[email protected]>
Wed, 15 Apr 2015 09:37:51 +0000 (11:37 +0200)
commitff22e2010144b6aa050da35851f1fa79087cca06
tree9d4cc8ce7e10326036b7be30f1129c894b2894fd
parent14434052ffb3b7fe8f491e9d0a7793376fb79155
x86/asm, x86/power/hibernate: Use local labels in asm

... so that they don't appear in the object file and thus in
objdump output. They're local anyway and have a meaning only
within that file.

No functionality change.

Signed-off-by: Borislav Petkov <[email protected]>
Acked-by: Rafael J. Wysocki <[email protected]>
Acked-by: Pavel Machek <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Rafael J. Wysocki <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/power/hibernate_asm_64.S