瀏覽代碼

CRIS: Drop regs parameter from call to profile_tick in kernel/time.c

Jesper Nilsson 17 年之前
父節點
當前提交
c261038108
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/cris/kernel/time.c

+ 1 - 1
arch/cris/kernel/time.c

@@ -207,7 +207,7 @@ cris_do_profile(struct pt_regs* regs)
 #endif
 #endif
 
 
 #ifdef CONFIG_PROFILING
 #ifdef CONFIG_PROFILING
-	profile_tick(CPU_PROFILING, regs);
+	profile_tick(CPU_PROFILING);
 #endif
 #endif
 }
 }