]> Pileus Git - ~andy/linux/blobdiff - arch/mips/lib/uncached.c
Merge tag 'sunxi-dt-for-3.12-4' of https://github.com/mripard/linux into late/all
[~andy/linux] / arch / mips / lib / uncached.c
index 65e3dfc4e58555dec499212a293f2b721749eec1..d8522f8e842a29d2615af700e449a3dd77ef0da8 100644 (file)
@@ -36,7 +36,7 @@
  * values, so we can avoid sharing the same stack area between a cached
  * and the uncached mode.
  */
-unsigned long __cpuinit run_uncached(void *func)
+unsigned long run_uncached(void *func)
 {
        register long sp __asm__("$sp");
        register long ret __asm__("$2");