Changeset 98000fb in mainline for kernel/generic/include/cpu.h


Ignore:
Timestamp:
2009-06-03T19:34:45Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
301ff30
Parents:
69e68e3
Message:

remove redundant index_t and count_t types (which were always quite ambiguous and not actually needed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/cpu.h

    r69e68e3 r98000fb  
    5252
    5353        tlb_shootdown_msg_t tlb_messages[TLB_MESSAGE_QUEUE_LEN];
    54         count_t tlb_messages_count;
     54        size_t tlb_messages_count;
    5555       
    5656        context_t saved_context;
     
    5858        atomic_t nrdy;
    5959        runq_t rq[RQ_COUNT];
    60         volatile count_t needs_relink;
     60        volatile size_t needs_relink;
    6161
    6262        SPINLOCK_DECLARE(timeoutlock);
    6363        link_t timeout_active_head;
    6464
    65         count_t missed_clock_ticks;     /**< When system clock loses a tick, it is recorded here
     65        size_t missed_clock_ticks;      /**< When system clock loses a tick, it is recorded here
    6666                                             so that clock() can react. This variable is
    6767                                             CPU-local and can be only accessed when interrupts
Note: See TracChangeset for help on using the changeset viewer.