Changeset 17f168e in mainline for kernel/test


Ignore:
Timestamp:
2009-02-16T10:27:45Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ae318d3
Parents:
6cd9aa6
Message:

remove forgotten #ifdef arch

Location:
kernel/test
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/debug/mips1.c

    r6cd9aa6 r17f168e  
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
    28  
    29 #ifdef mips32
    3028
    3129#include <print.h>
     
    5048        return "Back from debug mode";
    5149}
    52 
    53 #endif
  • kernel/test/debug/mips1.def

    r6cd9aa6 r17f168e  
    1 #ifdef mips32
    21{
    32        "mips1",
     
    65        false
    76},
    8 #endif
  • kernel/test/mm/purge1.c

    r6cd9aa6 r17f168e  
    2727 */
    2828
    29 #ifdef ia64
    30 
    3129#include <print.h>
    3230#include <test.h>
     
    4846       
    4947        int i;
    50                                                                                                                                                                                                                                                                                                                                                                        
     48       
    5149        entryd.word[0] = 0;
    5250        entryd.word[1] = 0;
    53                                                                                                
     51       
    5452        entryd.p = true;                 /* present */
    5553        entryd.ma = MA_WRITEBACK;
     
    7876        }
    7977       
    80         tlb_invalidate_pages(8,0x0c000,14);
     78        tlb_invalidate_pages(8, 0x0c000, 14);
    8179       
    82         /*tlb_invalidate_all();*/
     80        /* tlb_invalidate_all(); */
    8381       
    8482        return NULL;
    8583}
    86 
    87 #endif
  • kernel/test/mm/purge1.def

    r6cd9aa6 r17f168e  
    1 #ifdef ia64
    21{
    32        "purge1",
     
    65        true
    76},
    8 #endif
Note: See TracChangeset for help on using the changeset viewer.