Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250553
b: refs/heads/master
c: 43a679d
h: refs/heads/master
i:
  250551: e38a1ef
v: v3
  • Loading branch information
Jan Glauber authored and Martin Schwidefsky committed May 23, 2011
1 parent ad89272 commit 9826b0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9529cdc51f36ca0c87ce0246627c5951c40cbc01
refs/heads/master: 43a679d6c9f59d7aa20443d43d8041ea9d9aa363
6 changes: 3 additions & 3 deletions trunk/arch/s390/oprofile/hwsampler.c
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ int hwsampler_deallocate()
if (hws_state != HWS_STOPPED)
goto deallocate_exit;

smp_ctl_clear_bit(0, 5); /* set bit 58 CR0 off */
ctl_clear_bit(0, 5); /* set bit 58 CR0 off */
deallocate_sdbt();

hws_state = HWS_DEALLOCATED;
Expand Down Expand Up @@ -1123,7 +1123,7 @@ int hwsampler_shutdown()
mutex_lock(&hws_sem);

if (hws_state == HWS_STOPPED) {
smp_ctl_clear_bit(0, 5); /* set bit 58 CR0 off */
ctl_clear_bit(0, 5); /* set bit 58 CR0 off */
deallocate_sdbt();
}
if (hws_wq) {
Expand Down Expand Up @@ -1198,7 +1198,7 @@ int hwsampler_start_all(unsigned long rate)
hws_oom = 1;
hws_flush_all = 0;
/* now let them in, 1407 CPUMF external interrupts */
smp_ctl_set_bit(0, 5); /* set CR0 bit 58 */
ctl_set_bit(0, 5); /* set CR0 bit 58 */

return 0;
}
Expand Down

0 comments on commit 9826b0e

Please sign in to comment.