powerpc: Rename probe_kernel_read_inst()
[linux-2.6-microblaze.git] / arch / powerpc / lib / inst.c
index 0dff3ac..e554d13 100644 (file)
@@ -8,8 +8,7 @@
 #include <asm/inst.h>
 #include <asm/ppc-opcode.h>
 
-int probe_kernel_read_inst(struct ppc_inst *inst,
-                          struct ppc_inst *src)
+int copy_inst_from_kernel_nofault(struct ppc_inst *inst, struct ppc_inst *src)
 {
        unsigned int val, suffix;
        int err;