hi all.
im using edk 9.2 to do my multithreaded program. (also using xilkernel, ppc). i believe it uses programmable interrupt timer (PIT). i would like to change that. i want to use fixed interval timer (FIT) IP instead of PIT. how can i disble the PIT and let the context switching happen when the interrupt from FIT occurs?
Thanks