ia64/xen-unstable
changeset 6092:5dae4ecedb0c
Fix stupid typo in previous checkin (stopped time.c
from compiling on 32-bit x86).
from compiling on 32-bit x86).
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Wed Aug 10 13:05:22 2005 +0000 (2005-08-10) |
parents | 7c9513a80026 |
children | 839d3ac75da3 |
files | xen/arch/x86/time.c |
line diff
1.1 --- a/xen/arch/x86/time.c Wed Aug 10 12:56:47 2005 +0000 1.2 +++ b/xen/arch/x86/time.c Wed Aug 10 13:05:22 2005 +0000 1.3 @@ -103,7 +103,7 @@ static inline u32 mul_frac(u32 multiplic 1.4 static inline u64 scale_delta(u64 delta, struct time_scale *scale) 1.5 { 1.6 u64 product; 1.7 -#ifdef CONFIG_x86_32 1.8 +#ifdef CONFIG_X86_32 1.9 u32 tmp1, tmp2; 1.10 #endif 1.11