Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227239
b: refs/heads/master
c: 545b288
h: refs/heads/master
i:
  227237: 3424ef2
  227235: be09a90
  227231: b798586
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Jan 5, 2011
1 parent c7b4f0d commit c9da1a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 17eb7a5cfa98627e5b34e9a9a33b4f04f1c8832d
refs/heads/master: 545b288dcbdea58a2ce2afba5f6a8302d31ac459
2 changes: 2 additions & 0 deletions trunk/arch/s390/include/asm/timex.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,14 @@ static inline unsigned long long local_tick_disable(void)

old = S390_lowcore.clock_comparator;
S390_lowcore.clock_comparator = -1ULL;
set_clock_comparator(S390_lowcore.clock_comparator);
return old;
}

static inline void local_tick_enable(unsigned long long comp)
{
S390_lowcore.clock_comparator = comp;
set_clock_comparator(S390_lowcore.clock_comparator);
}

#define CLOCK_TICK_RATE 1193180 /* Underlying HZ */
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/s390/lib/delay.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ static void __udelay_disabled(unsigned long long usecs)
lockdep_on();
__ctl_load(cr0_saved, 0, 0);
local_tick_enable(clock_saved);
set_clock_comparator(S390_lowcore.clock_comparator);
}

static void __udelay_enabled(unsigned long long usecs)
Expand All @@ -70,7 +69,6 @@ static void __udelay_enabled(unsigned long long usecs)
if (clock_saved)
local_tick_enable(clock_saved);
} while (get_clock() < end);
set_clock_comparator(S390_lowcore.clock_comparator);
}

/*
Expand Down

0 comments on commit c9da1a2

Please sign in to comment.