diff options
Diffstat (limited to 'arch/sparc/include/asm/perfctr.h')
| -rw-r--r-- | arch/sparc/include/asm/perfctr.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc/include/asm/perfctr.h b/arch/sparc/include/asm/perfctr.h index 836873002b75..8d8720a8770d 100644 --- a/arch/sparc/include/asm/perfctr.h +++ b/arch/sparc/include/asm/perfctr.h @@ -10,8 +10,8 @@   * from enumeration below.  The meaning of further arguments   * are determined by the operation code.   * - * int sys_perfctr(int opcode, unsigned long arg0, - *                 unsigned long arg1, unsigned long arg2) + * NOTE: This system call is no longer provided, use the perf_events + *       infrastructure.   *   * Pointers which are passed by the user are pointers to 64-bit   * integers.  |