Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22931
b: refs/heads/master
c: 2cf82c0
h: refs/heads/master
i:
  22929: 4407f42
  22927: 4e81a32
v: v3
  • Loading branch information
Paul Mackerras committed Feb 27, 2006
1 parent 32a0f8a commit b8f038e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f055affb89f587a03f3411c3fd49ef31295c3d48
refs/heads/master: 2cf82c0256b198ae28c465f2c4d7c12c836ea5ea
5 changes: 5 additions & 0 deletions trunk/arch/powerpc/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ unsigned long tb_ticks_per_jiffy;
unsigned long tb_ticks_per_usec = 100; /* sane default */
EXPORT_SYMBOL(tb_ticks_per_usec);
unsigned long tb_ticks_per_sec;
EXPORT_SYMBOL(tb_ticks_per_sec); /* for cputime_t conversions */
u64 tb_to_xs;
unsigned tb_to_us;

Expand Down Expand Up @@ -143,9 +144,13 @@ DEFINE_PER_CPU(unsigned long, last_jiffy);
* These are all stored as 0.64 fixed-point binary fractions.
*/
u64 __cputime_jiffies_factor;
EXPORT_SYMBOL(__cputime_jiffies_factor);
u64 __cputime_msec_factor;
EXPORT_SYMBOL(__cputime_msec_factor);
u64 __cputime_sec_factor;
EXPORT_SYMBOL(__cputime_sec_factor);
u64 __cputime_clockt_factor;
EXPORT_SYMBOL(__cputime_clockt_factor);

static void calc_cputime_factors(void)
{
Expand Down

0 comments on commit b8f038e

Please sign in to comment.