Changeset 992bbb97 in mainline for test/fpu/fpu1/test.c


Ignore:
Timestamp:
2005-06-29T20:53:18Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ff9f858
Parents:
b60a22c
Message:

Start with generic 4-level page table interface.

Usual cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/fpu/fpu1/test.c

    rb60a22c r992bbb97  
    7070        }
    7171
    72         atomic_inc((int *) &threads_ok);
     72        atomic_inc(&threads_ok);
    7373}
    7474
     
    100100        }
    101101
    102         atomic_inc((int *) &threads_ok);
     102        atomic_inc(&threads_ok);
    103103}
    104104
Note: See TracChangeset for help on using the changeset viewer.