summaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/time.h
diff options
context:
space:
mode:
authorStephen Rothwell2006-06-28 03:51:41 +0200
committerPaul Mackerras2006-06-28 07:18:56 +0200
commit9b47569a9d410199aea6386917fd0662809c60be (patch)
treed9c59ba3d96db3a17c0356b683e4e7c67b3b2431 /include/asm-powerpc/time.h
parent[POWERPC] Clean up it_lp_queue.h (diff)
downloadkernel-qcow2-linux-9b47569a9d410199aea6386917fd0662809c60be.tar.gz
kernel-qcow2-linux-9b47569a9d410199aea6386917fd0662809c60be.tar.xz
kernel-qcow2-linux-9b47569a9d410199aea6386917fd0662809c60be.zip
[POWERPC] update asm-powerpc/time.h
If we ever build a combined kernel including iSeries, then this will be needed. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/time.h')
-rw-r--r--include/asm-powerpc/time.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-powerpc/time.h b/include/asm-powerpc/time.h
index 4463148c659f..dcde4410348d 100644
--- a/include/asm-powerpc/time.h
+++ b/include/asm-powerpc/time.h
@@ -18,8 +18,9 @@
#include <linux/percpu.h>
#include <asm/processor.h>
-#ifdef CONFIG_PPC64
+#ifdef CONFIG_PPC_ISERIES
#include <asm/paca.h>
+#include <asm/firmware.h>
#include <asm/iseries/hv_call.h>
#endif
@@ -177,7 +178,8 @@ static inline void set_dec(int val)
#ifdef CONFIG_PPC_ISERIES
int cur_dec;
- if (get_lppaca()->shared_proc) {
+ if (firmware_has_feature(FW_FEATURE_ISERIES) &&
+ get_lppaca()->shared_proc) {
get_lppaca()->virtual_decr = val;
cur_dec = get_dec();
if (cur_dec > val)