]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86: move dwarf2 related macro to dwarf2.h
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 23 Nov 2008 11:53:43 +0000 (14:53 +0300)
committerIngo Molnar <mingo@elte.hu>
Sun, 23 Nov 2008 12:20:52 +0000 (13:20 +0100)
commit8a2503fa4a6fae8ee42140b339f37373fc6acaae
tree2230cc4848f34d131faadd24365c0adbb4685598
parentc81084114f6ff957bc6b5a0048350479c1c1f7b3
x86: move dwarf2 related macro to dwarf2.h

Impact: cleanup

Move recently introduced dwarf2 macros to dwarf2.h file.
It allow us to not duplicate them in assembly files.

Active usage of _cfi macros don't make assembly files
more obvious to understand but we already have a lot of
macros there which requires to search the definitions
of them *anyway*. But at least it make every cfi usage
one line shorter.

Also some code alignment is done.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/dwarf2.h
arch/x86/kernel/entry_64.S