Skip to content

Commit 0d4dd79

Browse files
baruchsiachIngo Molnar
authored andcommitted
perf/doc: Remove mention of non-existent set_perf_event_pending() from design.txt
set_perf_event_pending() was removed in e360adb ("irq_work: Add generic hardirq context callbacks"). Signed-off-by: Baruch Siach <baruch@tkos.co.il> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Link: http://lkml.kernel.org/r/4c54761865d40210be0628cb84701afc5d57b5d8.1390686193.git.baruch@tkos.co.il Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent 993e5ee commit 0d4dd79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/perf/design.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,6 @@ So to start with, in order to add HAVE_PERF_EVENTS to your Kconfig, you
454454
will need at least this:
455455
- asm/perf_event.h - a basic stub will suffice at first
456456
- support for atomic64 types (and associated helper functions)
457-
- set_perf_event_pending() implemented
458457

459458
If your architecture does have hardware capabilities, you can override the
460459
weak stub hw_perf_event_init() to register hardware counters.

0 commit comments

Comments
 (0)