[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <HK2PR06MB0561F3180FECBCEA5B9D670C8A120@HK2PR06MB0561.apcprd06.prod.outlook.com>
Date: Thu, 12 Nov 2015 13:15:46 +0000
From: Chris Brandt <Chris.Brandt@...esas.com>
To: Peter Hurley <peter@...leysoftware.com>,
"linux@....linux.org.uk" <linux@....linux.org.uk>,
"arnd@...db.de" <arnd@...db.de>
CC: "linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-sh@...r.kernel.org" <linux-sh@...r.kernel.org>
Subject: RE: [PATCH] ARM: xip: Use correct symbol for end of ROM marker
> I think below is required as well.
>
> --- a/arch/arm/kernel/module.c
> +++ b/arch/arm/kernel/module.c
> @@ -34,7 +36,7 @@
> * recompiling the whole kernel when CONFIG_XIP_KERNEL is turned on/off.
> */
> #undef MODULES_VADDR
> -#define MODULES_VADDR (((unsigned long)_etext + ~PMD_MASK) & PMD_MASK)
> +#define MODULES_VADDR (((unsigned long)_edata_loc + ~PMD_MASK) & PMD_MASK)
> #endif
Thank you!
Somehow I missed that file when I was moving from one tree to another when preparing my commits.
I'll update and resubmit the patch.
Chris
Powered by blists - more mailing lists