From: dinguyen@opensource.altera.com (Dinh Nguyen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm: socfpga: Correct SCU virtual mapping in socfpga
Date: Thu, 19 Feb 2015 11:17:33 -0600 [thread overview]
Message-ID: <alpine.DEB.2.02.1502191116400.20048@linux-builds1> (raw)
In-Reply-To: <1423679665-19545-1-git-send-email-vbridger@opensource.altera.com>
On Wed, 11 Feb 2015, Vince Bridgers wrote:
> Correct SCU virtual mapping that was causing this BUG message:
>
> "BUG: mapping for 0xfffec000 at 0xfffec000 out of vmalloc space"
>
> Signed-off-by: Vince Bridgers <vbridger@opensource.altera.com>
> ---
> arch/arm/mach-socfpga/core.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-socfpga/core.h b/arch/arm/mach-socfpga/core.h
> index 483cb46..a0f3b1c 100644
> --- a/arch/arm/mach-socfpga/core.h
> +++ b/arch/arm/mach-socfpga/core.h
> @@ -45,6 +45,6 @@ extern char secondary_trampoline, secondary_trampoline_end;
>
> extern unsigned long socfpga_cpu1start_addr;
>
> -#define SOCFPGA_SCU_VIRT_BASE 0xfffec000
> +#define SOCFPGA_SCU_VIRT_BASE 0xfee00000
>
> #endif
Applied to fixes.
BR,
Dinh
prev parent reply other threads:[~2015-02-19 17:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-11 18:34 [PATCH] arm: socfpga: Correct SCU virtual mapping in socfpga Vince Bridgers
2015-02-19 17:17 ` Dinh Nguyen [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=alpine.DEB.2.02.1502191116400.20048@linux-builds1 \
--to=dinguyen@opensource.altera.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox