--- zzzz-none-000/linux-2.6.19.2/arch/alpha/kernel/module.c 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/arch/alpha/kernel/module.c 2007-01-19 14:42:56.000000000 +0000 @@ -177,7 +177,7 @@ /* The small sections were sorted to the end of the segment. The following should definitely cover them. */ - gp = (u64)me->module_core + me->core_size - 0x8000; + gp = (u64)me->module_core_rw + me->core_size_rw - 0x8000; got = sechdrs[me->arch.gotsecindex].sh_addr; for (i = 0; i < n; i++) {