We have noticed that things like ps and top do not work correctly on the TI816x with linux-2.6.34-psp04.00.00.07. In addition oprofile does not work either (no samples are collected.
It turns out that these problems are due to kernel bugs.
The ps/top issue is due to an incorrect implementation of sched_clock() for the TI816x and the oprofile problem is due to the PMU interrupt not being specified for the TI816x.
Attached, find two patches for the kernel source that fix these two problems.
B.J.