Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160306988
D49261.id151968.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
342 B
Referenced Files
None
Subscribers
None
D49261.id151968.diff
View Options
diff --git a/sys/arm/arm/generic_timer.c b/sys/arm/arm/generic_timer.c
--- a/sys/arm/arm/generic_timer.c
+++ b/sys/arm/arm/generic_timer.c
@@ -199,7 +199,6 @@
{
uint64_t val;
- isb();
if (physical) {
do {
val = get_el0(cntpct);
@@ -222,7 +221,6 @@
{
uint64_t val;
- isb();
if (physical)
val = get_el0(cntpct);
else
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 24, 2:43 AM (7 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34271011
Default Alt Text
D49261.id151968.diff (342 B)
Attached To
Mode
D49261: arm: Remove an unneeded isb from the generic timer
Attached
Detach File
Event Timeline
Log In to Comment