]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
x86: entry_64.S: rename
authorIngo Molnar <mingo@elte.hu>
Fri, 21 Nov 2008 14:20:47 +0000 (15:20 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 21 Nov 2008 14:20:47 +0000 (15:20 +0100)
commit14ae22ba2b8bb3d53fb795f9b8074aa39ef7b6cd
tree80883b2043ee9fd1a9a7b088ddf6fea17cc4b672
parente8a0e27662186f8856a0a6242e7a8386c9a64a53
x86: entry_64.S: rename

Impact: cleanup

Rename:

   CFI_PUSHQ  =>  pushq_cfi
   CFI_POPQ   =>  popq_cfi
   CFI_MOVQ   =>  movq_cfi

To make it blend better into regular assembly code.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/entry_64.S