projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2033dc5
)
metag: perf: use hard_processor_id() to get thread
author
James Hogan
<
[email protected]
>
Wed, 27 Feb 2013 16:48:42 +0000
(16:48 +0000)
committer
James Hogan
<
[email protected]
>
Fri, 15 Mar 2013 13:20:10 +0000
(13:20 +0000)
Use hard_processor_id() to get the current thread number rather than
get_cpu() and the hardware thread mapping. There was no matching
put_cpu(), and in any case this should be slightly more efficient.
Signed-off-by: James Hogan <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Paul Mackerras <
[email protected]
>
Cc: Ingo Molnar <
[email protected]
>
Cc: Arnaldo Carvalho de Melo <
[email protected]
>
arch/metag/kernel/perf/perf_event.c
patch
|
blob
|
history
diff --git
a/arch/metag/kernel/perf/perf_event.c
b/arch/metag/kernel/perf/perf_event.c
index 6210126de78a2f251f238ea55c22442d4b321557..54fde35b4b9cc9da1830498209ab51007876cc81 100644
(file)
--- a/
arch/metag/kernel/perf/perf_event.c
+++ b/
arch/metag/kernel/perf/perf_event.c
@@
-22,9
+22,9
@@
#include <linux/slab.h>
#include <asm/core_reg.h>
-#include <asm/hwthread.h>
#include <asm/io.h>
#include <asm/irq.h>
+#include <asm/processor.h>
#include "perf_event.h"
@@
-651,7
+651,7
@@
static void metag_pmu_enable_counter(struct hw_perf_event *event, int idx)
}
tmp = ((config & 0xf) << 28) |
- ((1 << 24) <<
cpu_2_hwthread_id[get_cpu()]
);
+ ((1 << 24) <<
hard_processor_id()
);
if (metag_pmu->max_period)
/*
* Cores supporting overflow interrupts may have had the counter