]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arch/unicore32/include/asm/ptrace.h: add generic definition for profile_pc()
authorChen Gang <gang.chen.5i5j@gmail.com>
Mon, 24 Mar 2014 12:54:11 +0000 (20:54 +0800)
committerGuan Xuetao <gxt@mprc.pku.edu.cn>
Thu, 29 May 2014 06:49:57 +0000 (14:49 +0800)
commitd1bdbb231b3898ba9e842265168705a4dd5777b9
tree5aa15dc41028ad9ac33c829025ffd69388cd9964
parent7cd22b9200621d00a950d20110dc85180241ecab
arch/unicore32/include/asm/ptrace.h: add generic definition for profile_pc()

Add generic definition just like another architectures have done, or
can not pass compiling with allmodconfig, the related error:

    CC      kernel/profile.o
  kernel/profile.c: In function 'profile_tick':
  kernel/profile.c:419: error: implicit declaration of function 'profile_pc'
  make[1]: *** [kernel/profile.o] Error 1
  make: *** [kernel] Error 2

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Acked-by: Xuetao Guan <gxt@mprc.pku.edu.cn>
Signed-off-by: Xuetao Guan <gxt@mprc.pku.edu.cn>
arch/unicore32/include/asm/ptrace.h