aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dynamic_debug.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2011-07-01 03:23:36 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2011-07-06 15:49:45 -0400
commit201043f227576d42529ddb340746a060a00f57f6 (patch)
tree1380607e723339f4b75936c230813874e2fa338d /lib/dynamic_debug.c
parent9715efb8dc9ffa629bf5a1215b11bf2f2f29908b (diff)
ARM: 6985/1: export functions to determine the presence of I/DTCM
By allowing code to detect whether DTCM or ITCM is present, code paths involving TCM can be avoided when running on platforms that lack it. This is good for creating single kernels across several archs, if some of them utilize TCM but others don't. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions
=wip-shared-mem&id=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2'>1da177e4c3f4
af65d64845a9

6c3652efcafa
af65d64845a9
1da177e4c3f4

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22



                       

                                                   
                                               




                                                       

                                                 
                   
 

                                                         
                                                  
                    

       
#include <linux/init.h>

__INITDATA

	.globl vdso32_int80_start, vdso32_int80_end
vdso32_int80_start:
	.incbin "arch/x86/vdso/vdso32-int80.so"
vdso32_int80_end:

	.globl vdso32_syscall_start, vdso32_syscall_end
vdso32_syscall_start:
#ifdef CONFIG_COMPAT
	.incbin "arch/x86/vdso/vdso32-syscall.so"
#endif
vdso32_syscall_end:

	.globl vdso32_sysenter_start, vdso32_sysenter_end
vdso32_sysenter_start:
	.incbin "arch/x86/vdso/vdso32-sysenter.so"
vdso32_sysenter_end:

__FINIT