Changeset 17f168e in mainline for kernel/test/mm/purge1.c


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.