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)
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>

No differences found