Re: [PATCHv3] ARM: imx: Add iram allocator functions

From: Linus Walleij
Date: Tue Oct 05 2010 - 15:55:56 EST


2010/10/5 <Dinh.Nguyen@xxxxxxxxxxxxx>:

> Add iram allocation functions using GENERIC_ALLOCATOR. The
> allocation size is 4KB multiples to guarantee alignment. The
> idea for these functions is for i.MX platforms to use them
> to dynamically allocate IRAM usage.

Neither here...

> +config IRAM_ALLOC
> +       bool "Enable IRAM allocator"
> +       select GENERIC_ALLOCATOR
> +       help
> +         Select this to have access to generic IRAM allocation functions that
> +         use the GENERIC_ALLOCATOR.  The allocation size is 4KB multiples to
> +         guarantee alignment. The idea for these functions is for i.MX platforms
> +         to use them to dynamically allocate IRAM usage.

Nor here is is explained what an IRAM is.

What is it? Is this yet another fancy name for on-chip-memory?

And why I? = Initial? Interrupt? ...?

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/