[PATCH 1/9] uprobes: move function declarations out of arch

2013-08-01 Thread David Long
From: "David A. Long" Move the function declarations from the arch header to the common header, since only the function bodies are architecture-specific. These changes are from Vincent Rabin's uprobes patch. Signed-off-by: Rabin Vincent Signed-off-by: David A. Long --- arch/x86/include/asm/up

Re: [PATCH 1/9] uprobes: move function declarations out of arch

2012-10-16 Thread Rabin Vincent
2012/10/15 Srikar Dronamraju : > You need to take care of the powerpc port > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=8b7b80b9ebb46dd88fbb94e918297295cf312b59 > > Also as Oleg pointed out, He has already posted changes on top of -tip. > So it probably makes sense

Re: [PATCH 1/9] uprobes: move function declarations out of arch

2012-10-15 Thread Srikar Dronamraju
* Rabin Vincent [2012-10-14 21:23:05]: > It seems odd to keep the function declarations in the arch header where > they will need to be copy/pasted verbatim across arches. Move them to > the common header. > > Signed-off-by: Rabin Vincent > --- > arch/x86/include/asm/uprobes.h |6 -

[PATCH 1/9] uprobes: move function declarations out of arch

2012-10-14 Thread Rabin Vincent
It seems odd to keep the function declarations in the arch header where they will need to be copy/pasted verbatim across arches. Move them to the common header. Signed-off-by: Rabin Vincent --- arch/x86/include/asm/uprobes.h |6 -- include/linux/uprobes.h|8 2 files