Posts tagged ‘powerpc’
MPC107/Tsi107 Cache Coherency
MPC107 I2C Driver
The driver is supplied ready to be inserted into the linuxppc-2.4-devel tree.
The driver has so far been tested on a small number of systems and with a small number of I2C parts. Thanks to Gleb Natapov, Matthew S. McClintock, and others for testing. Further test results are welcome.
Continue reading ‘MPC107 I2C Driver’ »
Machine Check Handling
Current PowerPC kernels have a number of flaws in their machine check handling. The first fault is that they raise a SIGSEGV exception if the machine check occurs during user mode code. Many causes of machine check are not directly related to the current process. For example, on some platforms a PCI parity error detected while a PCI bus master writes into memory will cause a machine check. On some platforms a parity error reading data from the L2 cache in order to write it out to memory will cause a machine check.