
11 Oct
2010
11 Oct
'10
1:33 p.m.
Hello
The timer implementation for s3c24xx based SoC (arch/arm/cpu/arm920t/s3c24x0/timer.c) uses several global variables. With the newly introduced ARM relocation feature, this timer code does no longer work as expected.
What is the proposed fix/workaround for this? Is moving these variables to the "global data pointer area" an acceptable solution?
Dave