Changeset 3fa424a9 in mainline for generic/include/proc/thread.h


Ignore:
Timestamp:
2006-04-12T08:54:03Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a597e3f0
Parents:
a84af84
Message:

Initialize ARCH_THREAD_DATA on all architectures.
On ia32 and amd64 this fixes bug caused by uninitialized TLS pointer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/proc/thread.h

    ra84af84 r3fa424a9  
    138138extern void thread_exit(void);
    139139
     140#ifndef thread_create_arch
     141extern void thread_create_arch(thread_t *t);
     142#endif
     143
    140144extern void thread_sleep(__u32 sec);
    141145extern void thread_usleep(__u32 usec);
Note: See TracChangeset for help on using the changeset viewer.