[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20100907.221307.39158422.anemo@mba.ocn.ne.jp>
Date: Tue, 07 Sep 2010 22:13:07 +0900 (JST)
From: Atsushi Nemoto <anemo@....ocn.ne.jp>
To: cernekee@...il.com
Cc: ralf@...ux-mips.org, linux-mips@...ux-mips.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 5/5] MIPS: Move FIXADDR_TOP into spaces.h
On Mon, 6 Sep 2010 21:03:52 -0700, Kevin Cernekee <cernekee@...il.com> wrote:
> -#define FIXADDR_TOP ((unsigned long)(long)(int)0xfffe0000)
...
> +#define FIXADDR_TOP _AC(0xfffe0000, UL)
For 64-bit kernel, FIXADDR_TOP should be 0xfffffffffffe0000UL not
0x00000000fffe0000UL.
The magical casts are used to sign-extend the address. Please do not
drop them.
---
Atsushi Nemoto
--
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