]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/powerpc/cpu/mpc86xx/mp.c
Make sure that argv[] argument pointers are not modified.
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc86xx / mp.c
index b4a0faacde0c8bcc11914e49492603e07ec911d2..24eb30aaaa68dd3b86376652d831202297862e7f 100644 (file)
@@ -66,7 +66,7 @@ int cpu_disable(int nr)
        return 0;
 }
 
-int cpu_release(int nr, int argc, char *argv[])
+int cpu_release(int nr, int argc, char * const argv[])
 {
        /* dummy function so common/cmd_mp.c will build
         * should be implemented in the future */