Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176479
b: refs/heads/master
c: d192c47
h: refs/heads/master
i:
  176477: f947c92
  176475: edca39f
  176471: 2047a59
  176463: b605c23
  176447: 0d87458
v: v3
  • Loading branch information
Thomas Gleixner committed Dec 14, 2009
1 parent ebfe88f commit 8757764
Show file tree
Hide file tree
Showing 3 changed files with 2 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: aef9cb05247df3d7615773737beb4f83d78577bb
refs/heads/master: d192c47f25daa98996c7eae543d8a27e41247ec2
2 changes: 1 addition & 1 deletion trunk/kernel/time/tick-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ DEFINE_PER_CPU(struct tick_device, tick_cpu_device);
ktime_t tick_next_period;
ktime_t tick_period;
int tick_do_timer_cpu __read_mostly = TICK_DO_TIMER_BOOT;
DEFINE_SPINLOCK(tick_device_lock);
static DEFINE_SPINLOCK(tick_device_lock);

/*
* Debugging: see timer_list.c
Expand Down
1 change: 0 additions & 1 deletion trunk/kernel/time/tick-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#define TICK_DO_TIMER_BOOT -2

DECLARE_PER_CPU(struct tick_device, tick_cpu_device);
extern spinlock_t tick_device_lock;
extern ktime_t tick_next_period;
extern ktime_t tick_period;
extern int tick_do_timer_cpu __read_mostly;
Expand Down

0 comments on commit 8757764

Please sign in to comment.