lkml.org 
[lkml]   [2008]   [Apr]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRE: [PATCH 09/24] ia64: types: use <asm-generic/int-*.h> for the ia64 architecture
Date
From
I get an error while building the ia64 sim_defconfig (which
uses CONFIG_HZ=32)

kernel/time.c: In function `msecs_to_jiffies':
kernel/time.c:472: error: `MSEC_TO_HZ_MUL32UL' undeclared (first use in this function)
kernel/time.c:472: error: (Each undeclared identifier is reported only once
kernel/time.c:472: error: for each function it appears in.)


The generated timeconst.h has:
#define MSEC_TO_HZ_MUL32 0x83126e98

So some weird cpp thing happened and the UL got concatenated
before the MSEC_TO_HZ_MUL32 was swapped out for its defined
value.

All the rest of the ia64 configs build ok.

-Tony


\
 
 \ /
  Last update: 2008-04-25 03:41    [W:0.195 / U:0.396 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site