Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148773
b: refs/heads/master
c: f3d0a0d
h: refs/heads/master
i:
  148771: f74662f
v: v3
  • Loading branch information
Martin Schwidefsky committed Jun 12, 2009
1 parent cff1364 commit 34f0fc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 6cc7f168954fe8b3d8988a90b2478a9c11c5ebcb
refs/heads/master: f3d0a0d96a7a2b4e1335437f68b3181ab252050a
7 changes: 0 additions & 7 deletions trunk/arch/s390/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,6 @@ void tod_to_timeval(__u64 todval, struct timespec *xtime)
xtime->tv_nsec = ((todval * 1000) >> 12);
}

#ifdef CONFIG_PROFILING
#define s390_do_profile() profile_tick(CPU_PROFILING)
#else
#define s390_do_profile() do { ; } while(0)
#endif /* CONFIG_PROFILING */

void clock_comparator_work(void)
{
struct clock_event_device *cd;
Expand All @@ -109,7 +103,6 @@ void clock_comparator_work(void)
set_clock_comparator(S390_lowcore.clock_comparator);
cd = &__get_cpu_var(comparators);
cd->event_handler(cd);
s390_do_profile();
}

/*
Expand Down

0 comments on commit 34f0fc5

Please sign in to comment.