Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150345741
D26111.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
528 B
Referenced Files
None
Subscribers
None
D26111.id.diff
View Options
Index: head/sys/powerpc/powerpc/interrupt.c
===================================================================
--- head/sys/powerpc/powerpc/interrupt.c
+++ head/sys/powerpc/powerpc/interrupt.c
@@ -118,9 +118,9 @@
critical_enter();
KASSERT(pmc_intr != NULL, ("Performance exception, but no handler!"));
(*pmc_intr)(framep);
+ critical_exit();
if (pmc_hook && (PCPU_GET(curthread)->td_pflags & TDP_CALLCHAIN))
pmc_hook(PCPU_GET(curthread), PMC_FN_USER_CALLCHAIN, framep);
- critical_exit();
break;
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 1, 9:47 AM (8 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30673636
Default Alt Text
D26111.id.diff (528 B)
Attached To
Mode
D26111: [PowerPC] Move pmc_hook out of critical section
Attached
Detach File
Event Timeline
Log In to Comment