diff options
author | Dave Martin <[email protected]> | 2011-03-04 15:33:54 +0000 |
---|---|---|
committer | Kevin Hilman <[email protected]> | 2011-03-09 16:38:36 -0800 |
commit | f96bdfa0d036393741fce303ea98abb44452d042 (patch) | |
tree | 0c199fcb7263ce4b67d7ee0e4ea510149d16f38c /tools/perf/util/trace-event-scripting.c | |
parent | 85243a762457f7891ae525df39ad44323b3eeea6 (diff) |
ARM: omap4: Convert END() to ENDPROC() for correct linkage with CONFIG_THUMB2_KERNEL
Code marked with ENTRY() also needs a matching ENDPROC() directive,
in order to ensure that the type and instruction set of the
symbol are correctly annotated.
ENDPROC() tags the affected symbol as a function symbol, which will
ensure that link-time fixups don't accidentally switch to the
wrong instruction set.
Signed-off-by: Dave Martin <[email protected]>
Tested-by: Santosh Shilimkar <[email protected]>
Acked-by: Santosh Shilimkar <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions