[S390] Avoid excessive inlining.
[deliverable/linux.git] / arch / s390 / kernel / time.c
index 39a72d3cb89aa6e0527a6c268f6b9301e6c0a120..3b91f27ab202862e28ae2b10ef5f48e87cadb0c6 100644 (file)
@@ -166,7 +166,7 @@ int sysctl_hz_timer = 1;
  * Stop the HZ tick on the current CPU.
  * Only cpu_idle may call this function.
  */
-static inline void stop_hz_timer(void)
+static void stop_hz_timer(void)
 {
        unsigned long flags;
        unsigned long seq, next;
@@ -210,7 +210,7 @@ static inline void stop_hz_timer(void)
  * Start the HZ tick on the current CPU.
  * Only cpu_idle may call this function.
  */
-static inline void start_hz_timer(void)
+static void start_hz_timer(void)
 {
        BUG_ON(!in_interrupt());
 
This page took 0.024088 seconds and 5 git commands to generate.