uprobes/core: Make instruction tables volatile
authorSrikar Dronamraju <srikar@linux.vnet.ibm.com>
Wed, 22 Feb 2012 09:15:35 +0000 (14:45 +0530)
committerIngo Molnar <mingo@elte.hu>
Wed, 22 Feb 2012 10:26:07 +0000 (11:26 +0100)
commit04a3d984d32e47983770d314cdb4e4d8f38fccb7
tree745009e7dea5cdf57a1c8e82d050478fab3f3da5
parenta5f4374a9610fd7286c2164d4e680436727eff71
uprobes/core: Make instruction tables volatile

Some versions of gcc spits a warning about the asm operand for
test_bit and also causes the first long of the instruction table
to be output.

Fix is similar to 7115e3fc on arch/x86/kernel/kprobes.c

Signed-off-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: Anton Arapov <anton@redhat.com>
Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Jim Keniston <jkenisto@linux.vnet.ibm.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Josh Stone <jistone@redhat.com>
Link: http://lkml.kernel.org/r/20120222091535.15880.12502.sendpatchset@srdronam.in.ibm.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/uprobes.c