Changeset 80d2bdb in mainline for generic/src/main/kinit.c


Ignore:
Timestamp:
2005-12-15T16:10:19Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b4cad8b2
Parents:
7dd2561
Message:

We are now almost -Wall clean.

  • redefined atomic_t
  • deleted many, many unused variables
  • some minor code cleanups found using compiler warning.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/main/kinit.c

    r7dd2561 r80d2bdb  
    6969void kinit(void *arg)
    7070{
     71        thread_t *t;
     72        int i;
     73#ifdef CONFIG_USERSPACE
    7174        vm_t *m;
    7275        vm_area_t *a;
    7376        task_t *u;
    74         thread_t *t;
    75         int i;
     77#endif
    7678
    7779        interrupts_disable();
Note: See TracChangeset for help on using the changeset viewer.