Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
paflib
paflib.paf_ebb_branches.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File paflib.paf_ebb_branches.patch of Package paflib
diff --git a/ebb/ebb.c b/ebb/ebb.c index f88ee02..f8cffed 100644 --- a/ebb/ebb.c +++ b/ebb/ebb.c @@ -187,9 +187,8 @@ paf_ebb_enable_branches (void) return -1; } - /* Enable both global (GE - bit 0) and the PMU Event-Based exception - (PME - bit 31). */ - mtspr (BESCRS, 1 | (1 << 31)); + /* Enable PMU Event-Based exception (PME - bit 31). */ + mtspr (BESCRS, (1 << 31)); return 0; } @@ -202,8 +201,7 @@ paf_ebb_disable_branches (void) return -1; } - /* Disable both global (GE - bit 0) and the PMU Event-Based exception - (PME - bit 31). */ - mtspr (BESCRR, 1 | (1 << 31)); + /* Disable PMU Event-Based exception (PME - bit 31). */ + mtspr (BESCRR, (1 << 31)); return 0; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor