On 2014-09-10 at 09:29:25 +0200, Chung-Lin Tang
wrote:
> On 14/9/10 5:25 AM, valdis.kletni...@vt.edu wrote:
> > On Mon, 08 Sep 2014 17:22:36 +0800, Ley Foon Tan said:
> >> This patch adds support for loadable modules.
> >>
> >> Signed-off-by: Ley Foon Tan
> >
> >> +/*
> >> + * Modules should NO
On 14/9/10 5:25 AM, valdis.kletni...@vt.edu wrote:
> On Mon, 08 Sep 2014 17:22:36 +0800, Ley Foon Tan said:
>> This patch adds support for loadable modules.
>>
>> Signed-off-by: Ley Foon Tan
>
>> +/*
>> + * Modules should NOT be allocated with kmalloc for (obvious) reasons.
>> + * But we do it fo
On Mon, 08 Sep 2014 17:22:36 +0800, Ley Foon Tan said:
> This patch adds support for loadable modules.
>
> Signed-off-by: Ley Foon Tan
> +/*
> + * Modules should NOT be allocated with kmalloc for (obvious) reasons.
> + * But we do it for now to avoid relocation issues. CALL26/PCREL26 cannot
> re
This patch adds support for loadable modules.
Signed-off-by: Ley Foon Tan
---
arch/nios2/kernel/module.c | 137 +
1 file changed, 137 insertions(+)
create mode 100644 arch/nios2/kernel/module.c
diff --git a/arch/nios2/kernel/module.c b/arch/nios2/ker
4 matches
Mail list logo