Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110829
b: refs/heads/master
c: 4a672cf
h: refs/heads/master
i:
  110827: 6a01f53
v: v3
  • Loading branch information
Martin Schwidefsky committed Oct 10, 2008
1 parent d3fc4df commit 06d8a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 408aec3c6c3cb5b4774f96ea7a35cd15ee91a56f
refs/heads/master: 4a672cfa3a7fcbc6f2adc558f34148be1096c561
2 changes: 1 addition & 1 deletion trunk/arch/s390/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ static void __init stp_reset(void)

stp_page = alloc_bootmem_pages(PAGE_SIZE);
rc = chsc_sstpc(stp_page, STP_OP_CTRL, 0x0000);
if (rc == 1)
if (rc == 0)
set_bit(CLOCK_SYNC_HAS_STP, &clock_sync_flags);
else if (stp_online) {
printk(KERN_WARNING "Running on non STP capable machine.\n");
Expand Down

0 comments on commit 06d8a7f

Please sign in to comment.