Changeset a6d4ceb in mainline for arch/ia32/src/ia32.c


Ignore:
Timestamp:
2006-04-13T14:27:30Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
963074b3
Parents:
1ace9ea
Message:

Move arch/thread.h to arch/proc/thread.h on all architectures.
Replace ARCH_THREAD_DATA with new thread_arch_t arch on all architectures.
Similarily, add task_arch_t arch on all architectures.
On amd64 and ia32, grow the TSS segment by 64K + 1B to support IO port
permission bitmap. For the same reason, define per task IO port permission bitmaps
on ia32 and amd64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/ia32.c

    r1ace9ea ra6d4ceb  
    117117__native sys_tls_set(__native addr)
    118118{
    119         THREAD->tls = addr;
     119        THREAD->arch.tls = addr;
    120120        set_tls_desc(addr);
    121121
Note: See TracChangeset for help on using the changeset viewer.