Changeset d6e5cbc in mainline for arch/mips32/include/cp0.h
- Timestamp:
- 2006-05-28T18:17:36Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5552d60
- Parents:
- 3bf5976
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/cp0.h
r3bf5976 rd6e5cbc 50 50 /* 51 51 * Magic value for use in msim. 52 * On AMD Duron 800Mhz, this roughly seems like one us.53 52 */ 54 #define cp0_compare_value 10000 53 #define cp0_compare_value 100000 55 54 56 55 #define cp0_mask_all_int() cp0_status_write(cp0_status_read() & ~(cp0_status_im_mask))
Note:
See TracChangeset
for help on using the changeset viewer.