Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72691
b: refs/heads/master
c: 129f1d2
h: refs/heads/master
i:
  72689: 4507c4a
  72687: 378d1de
v: v3
  • Loading branch information
Vegard Nossum authored and Thomas Gleixner committed Oct 29, 2007
1 parent bbf0e62 commit 40fe7a0
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 64e38eb082bd845d6758079f65b191203986336d
refs/heads/master: 129f1d2c5352eea3f7c8af9f8c1006dc0da7be52
6 changes: 4 additions & 2 deletions trunk/kernel/time/timer_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ static void print_cpu(struct seq_file *m, int cpu, u64 now)
struct hrtimer_cpu_base *cpu_base = &per_cpu(hrtimer_bases, cpu);
int i;

SEQ_printf(m, "\ncpu: %d\n", cpu);
SEQ_printf(m, "\n");
SEQ_printf(m, "cpu: %d\n", cpu);
for (i = 0; i < HRTIMER_MAX_CLOCK_BASES; i++) {
SEQ_printf(m, " clock %d:\n", i);
print_base(m, cpu_base->clock_base + i, now);
Expand Down Expand Up @@ -184,7 +185,8 @@ print_tickdevice(struct seq_file *m, struct tick_device *td)
{
struct clock_event_device *dev = td->evtdev;

SEQ_printf(m, "\nTick Device: mode: %d\n", td->mode);
SEQ_printf(m, "\n");
SEQ_printf(m, "Tick Device: mode: %d\n", td->mode);

SEQ_printf(m, "Clock Event Device: ");
if (!dev) {
Expand Down

0 comments on commit 40fe7a0

Please sign in to comment.