linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: socfpga: Correct SCU virtual mapping in socfpga
@ 2015-02-11 18:34 Vince Bridgers
  2015-02-19 17:17 ` Dinh Nguyen
  0 siblings, 1 reply; 2+ messages in thread
From: Vince Bridgers @ 2015-02-11 18:34 UTC (permalink / raw)
  To: dinguyen, linux, linux-arm-kernel, linux-kernel
  Cc: vbridger, vbridger, dinguyen

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
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm: socfpga: Correct SCU virtual mapping in socfpga
  2015-02-11 18:34 [PATCH] arm: socfpga: Correct SCU virtual mapping in socfpga Vince Bridgers
@ 2015-02-19 17:17 ` Dinh Nguyen
  0 siblings, 0 replies; 2+ messages in thread
From: Dinh Nguyen @ 2015-02-19 17:17 UTC (permalink / raw)
  To: Vince Bridgers; +Cc: linux, linux-arm-kernel, linux-kernel, vbridger, dinguyen

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-19 17:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-11 18:34 [PATCH] arm: socfpga: Correct SCU virtual mapping in socfpga Vince Bridgers
2015-02-19 17:17 ` Dinh Nguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).