Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4029
b: refs/heads/master
c: 9b04702
h: refs/heads/master
i:
  4027: 0dd3e78
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Jun 30, 2005
1 parent c8bfd2f commit 15d25db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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: ed094150bdeb6eca691f1b7a05bd34d4d1a95488
refs/heads/master: 9b0470200a2441766599ad84f92ab9daca8ed86d
20 changes: 10 additions & 10 deletions trunk/arch/ppc64/kernel/ItLpQueue.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ struct hvlpevent_queue hvlpevent_queue __attribute__((__section__(".data")));
DEFINE_PER_CPU(unsigned long[HvLpEvent_Type_NumTypes], hvlpevent_counts);

static char *event_types[HvLpEvent_Type_NumTypes] = {
"Hypervisor\t\t",
"Machine Facilities\t",
"Session Manager\t",
"SPD I/O\t\t",
"Virtual Bus\t\t",
"PCI I/O\t\t",
"RIO I/O\t\t",
"Virtual Lan\t\t",
"Virtual I/O\t\t"
"Hypervisor",
"Machine Facilities",
"Session Manager",
"SPD I/O",
"Virtual Bus",
"PCI I/O",
"RIO I/O",
"Virtual Lan",
"Virtual I/O"
};

static __inline__ int set_inUse(void)
Expand Down Expand Up @@ -248,7 +248,7 @@ static int proc_lpevents_show(struct seq_file *m, void *v)
sum += per_cpu(hvlpevent_counts, cpu)[i];
}

seq_printf(m, " %s %10lu\n", event_types[i], sum);
seq_printf(m, " %-20s %10lu\n", event_types[i], sum);
}

seq_printf(m, "\n events processed by processor:\n");
Expand Down

0 comments on commit 15d25db

Please sign in to comment.