01 Nov, 2011

1 commit

  • Building these files does not reveal a hidden need for
    any of these. Since module.h brings in the whole kitchen
    sink, it just needlessly adds 30k+ lines to the cpp burden.

    There are probably lots more, but ARM files of mach-* and plat-*
    don't get coverage via a simple yesconfig build. They will have
    to be cleaned up and tested via using their respective configs.

    Signed-off-by: Paul Gortmaker

    Paul Gortmaker
     

20 Dec, 2010

1 commit

  • iwmmxt is used in XScale, XScale3, Mohawk and PJ4 core. But the instructions
    of accessing CP0 and CP1 is changed in PJ4. Append more files to support
    iwmmxt in PJ4 core.

    Signed-off-by: Zhou Zhu
    Signed-off-by: Haojian Zhuang
    Acked-by: Nicolas Pitre
    Signed-off-by: Eric Miao

    Haojian Zhuang