Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181884
b: refs/heads/master
c: 25ef231
h: refs/heads/master
v: v3
  • Loading branch information
Will Schmidt authored and Benjamin Herrenschmidt committed Feb 9, 2010
1 parent 696b3b5 commit 5dbb7d7
Show file tree
Hide file tree
Showing 2 changed files with 3 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: efec959f63de850fbd2442189f7dfc9c38efe251
refs/heads/master: 25ef231de2678690198d95dca949c3caa67a76de
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/pseries/hvCall_inst.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ static void probe_hcall_exit(unsigned long opcode, unsigned long retval,

h = &__get_cpu_var(hcall_stats)[opcode / 4];
h->num_calls++;
h->tb_total = mftb() - h->tb_start;
h->purr_total = mfspr(SPRN_PURR) - h->purr_start;
h->tb_total += mftb() - h->tb_start;
h->purr_total += mfspr(SPRN_PURR) - h->purr_start;

put_cpu_var(hcall_stats);
}
Expand Down

0 comments on commit 5dbb7d7

Please sign in to comment.