[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1FE6DD409037234FAB833C420AA843EC012F9FDA@orsmsx424.amr.corp.intel.com>
Date: Thu, 24 Apr 2008 18:37:44 -0700
From: "Luck, Tony" <tony.luck@...el.com>
To: "H. Peter Anvin" <hpa@...or.com>,
"Linus Torvalds" <torvalds@...ux-foundation.org>,
"Andrew Morton" <akpm@...ux-foundation.org>
Cc: "Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>,
"Linux Arch Mailing List" <linux-arch@...r.kernel.org>
Subject: RE: [PATCH 09/24] ia64: types: use <asm-generic/int-*.h> for the ia64 architecture
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists