Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60560
b: refs/heads/master
c: 4cefebb
h: refs/heads/master
v: v3
  • Loading branch information
Michael Neuling authored and Paul Mackerras committed Jun 25, 2007
1 parent 0b9dffd commit 5f63c3b
Show file tree
Hide file tree
Showing 3 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: bb807e69c9eec271808cf69d19913d7ee1a51f6f
refs/heads/master: 4cefebb1b497a84d61f2fa29d497df75a84b69d4
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ static void account_process_time(struct pt_regs *regs)
run_posix_cpu_timers(current);
}

#ifdef CONFIG_PPC_SPLPAR
/*
* Stuff for accounting stolen time.
*/
Expand Down Expand Up @@ -279,6 +278,7 @@ void calculate_steal_time(void)
pme->purr = purr;
}

#ifdef CONFIG_PPC_SPLPAR
/*
* Must be called before the cpu is added to the online map when
* a cpu is being brought up at runtime.
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-powerpc/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ extern void account_process_vtime(struct task_struct *tsk);
#define account_process_vtime(tsk) do { } while (0)
#endif

#if defined(CONFIG_VIRT_CPU_ACCOUNTING) && defined(CONFIG_PPC_SPLPAR)
#if defined(CONFIG_VIRT_CPU_ACCOUNTING)
extern void calculate_steal_time(void);
extern void snapshot_timebases(void);
#else
Expand Down

0 comments on commit 5f63c3b

Please sign in to comment.