s390/als: fix compile with gcov enabled
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 29 Jul 2016 06:36:35 +0000 (08:36 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Sun, 31 Jul 2016 09:28:00 +0000 (05:28 -0400)
Fix this one when gcov is enabled:

arch/s390/kernel/als.o:(.data+0x118): undefined reference to `__gcov_merge_add'
arch/s390/kernel/als.o: In function `_GLOBAL__sub_I_65535_0_verify_facilities':
(.text.startup+0x8): undefined reference to `__gcov_init'

Please merge with "s390/als: convert architecture level set code to C".

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/Makefile

index 07fca5e642b476f8997619b4ee93fbba83ba18d5..3234817c7d471eedcda165a0b69269c7c11da91d 100644 (file)
@@ -47,6 +47,7 @@ AFLAGS_REMOVE_head.o  += $(CC_FLAGS_MARCH)
 AFLAGS_head.o          += -march=z900
 endif
 GCOV_PROFILE_sclp.o := n
+GCOV_PROFILE_als.o := n
 
 obj-y  := traps.o time.o process.o base.o early.o setup.o idle.o vtime.o
 obj-y  += processor.o sys_s390.o ptrace.o signal.o cpcmd.o ebcdic.o nmi.o
This page took 0.024827 seconds and 5 git commands to generate.