[PATCH v2 1/8] ARM: add mach-asm9260

Russell King - ARM Linux linux at arm.linux.org.uk
Wed Sep 24 02:43:02 PDT 2014


On Wed, Sep 24, 2014 at 10:00:48AM +0200, Oleksij Rempel wrote:
> Am 23.09.2014 um 12:19 schrieb Arnd Bergmann:
> > No, all of them.
> 
> By removing it i triggered one error which i don't really understand. It
> will be great if you can help me.
> 
> By defaul kernel will do fallowing remapping, which will trigger:
> "Unable to handle kernel paging request at virtual address c2802174"
> 
> phys addr     ioremap        range size
> =======================================
> 0x80054000 -> c2800000 size: 0x200
> 0x80040000 -> c2802000 size: 0x204
> 0x80088000 -> c2808000 size: 0x4000
> 
> 
> But if change second range from 0x204 to 0x4000, then it works fine.
> 0x80054000 -> c2800000 size: 0x200
> 0x80040000 -> c2808000 size: 0x4000
> 0x80088000 -> c2810000 size: 0x4000
> 
> Why?

The "why" is in the text from your oops dump.  That's precisely /why/ we
print that text - so that we know /why/ the fault happened.

-- 
FTTC broadband for 0.8mile line: currently at 9.5Mbps down 400kbps up
according to speedtest.net.



More information about the linux-arm-kernel mailing list