Commit c884534f authored by Joe Perches's avatar Joe Perches Committed by Ingo Molnar

include/asm-x86/dwarf2_64.h: checkpatch cleanups - formatting only

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 113cbeba
#ifndef _DWARF2_H #ifndef _DWARF2_H
#define _DWARF2_H 1 #define _DWARF2_H 1
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
#warning "asm/dwarf2.h should be only included in pure assembly files" #warning "asm/dwarf2.h should be only included in pure assembly files"
#endif #endif
/* /*
Macros for dwarf2 CFI unwind table entries. Macros for dwarf2 CFI unwind table entries.
See "as.info" for details on these pseudo ops. Unfortunately See "as.info" for details on these pseudo ops. Unfortunately
they are only supported in very new binutils, so define them they are only supported in very new binutils, so define them
away for older version. away for older version.
*/ */
#ifdef CONFIG_AS_CFI #ifdef CONFIG_AS_CFI
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment