Re: [PATCH -tip ] kprobes: Move __kprobes definition into compiler.h

2013-04-04 Thread Masami Hiramatsu
Hi Ingo, (2013/04/04 19:40), Masami Hiramatsu wrote: > Currently, __kprobes is defined in linux/kprobes.h which > is too big to be included in small or basic headers > only for using this attribute. > > This moves __kprobes definition into linux/compiler.h > in which other compiler attributes are

[PATCH -tip ] kprobes: Move __kprobes definition into compiler.h

2013-04-04 Thread Masami Hiramatsu
Currently, __kprobes is defined in linux/kprobes.h which is too big to be included in small or basic headers only for using this attribute. This moves __kprobes definition into linux/compiler.h in which other compiler attributes are defined. Signed-off-by: Masami Hiramatsu Cc: Timo Juhani Lindfo