Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234587
b: refs/heads/master
c: e2830b5
h: refs/heads/master
i:
  234585: c6f08d1
  234583: 9144fed
v: v3
  • Loading branch information
Torben Hohn authored and Thomas Gleixner committed Jan 31, 2011
1 parent 3739867 commit 4c3f61a
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 9 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: d12b0e24c56c6fb2398609f26858e5278d688840
refs/heads/master: e2830b5c1b2b2217894370a3b95af87d4a958401
1 change: 0 additions & 1 deletion trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -2049,7 +2049,6 @@ extern void release_uids(struct user_namespace *ns);

#include <asm/current.h>

extern void do_timer(unsigned long ticks);
extern void xtime_update(unsigned long ticks);

extern int wake_up_state(struct task_struct *tsk, unsigned int state);
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/linux/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ static inline struct timespec timespec_sub(struct timespec lhs,
#define timespec_valid(ts) \
(((ts)->tv_sec >= 0) && (((unsigned long) (ts)->tv_nsec) < NSEC_PER_SEC))

extern seqlock_t xtime_lock;

extern void read_persistent_clock(struct timespec *ts);
extern void read_boot_clock(struct timespec *ts);
extern int update_persistent_clock(struct timespec now);
Expand Down
1 change: 0 additions & 1 deletion trunk/kernel/time/clockevents.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <linux/notifier.h>
#include <linux/smp.h>
#include <linux/sysdev.h>
#include <linux/tick.h>

#include "tick-internal.h"

Expand Down
2 changes: 2 additions & 0 deletions trunk/kernel/time/jiffies.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#include <linux/module.h>
#include <linux/init.h>

#include "tick-internal.h"

/* The Jiffies based clocksource is the lowest common
* denominator clock source which should function on
* all systems. It has the same coarse resolution as
Expand Down
2 changes: 2 additions & 0 deletions trunk/kernel/time/ntp.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#include <linux/mm.h>
#include <linux/module.h>

#include "tick-internal.h"

/*
* NTP timekeeping variables:
*/
Expand Down
1 change: 0 additions & 1 deletion trunk/kernel/time/tick-broadcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <linux/percpu.h>
#include <linux/profile.h>
#include <linux/sched.h>
#include <linux/tick.h>

#include "tick-internal.h"

Expand Down
1 change: 0 additions & 1 deletion trunk/kernel/time/tick-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <linux/percpu.h>
#include <linux/profile.h>
#include <linux/sched.h>
#include <linux/tick.h>

#include <asm/irq_regs.h>

Expand Down
5 changes: 5 additions & 0 deletions trunk/kernel/time/tick-internal.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* tick internal variable and functions used by low/high res code
*/
#include <linux/hrtimer.h>
#include <linux/tick.h>

#define TICK_DO_TIMER_NONE -1
#define TICK_DO_TIMER_BOOT -2
Expand Down Expand Up @@ -132,3 +134,6 @@ static inline int tick_device_is_functional(struct clock_event_device *dev)
{
return !(dev->features & CLOCK_EVT_FEAT_DUMMY);
}

extern void do_timer(unsigned long ticks);
extern seqlock_t xtime_lock;
1 change: 0 additions & 1 deletion trunk/kernel/time/tick-oneshot.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <linux/percpu.h>
#include <linux/profile.h>
#include <linux/sched.h>
#include <linux/tick.h>

#include "tick-internal.h"

Expand Down
1 change: 0 additions & 1 deletion trunk/kernel/time/tick-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <linux/percpu.h>
#include <linux/profile.h>
#include <linux/sched.h>
#include <linux/tick.h>
#include <linux/module.h>

#include <asm/irq_regs.h>
Expand Down

0 comments on commit 4c3f61a

Please sign in to comment.