Changeset 23684b7 in mainline for arch/ia32/src/userspace.c


Ignore:
Timestamp:
2006-03-22T17:21:15Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d71007e
Parents:
45fb65c
Message:

Define atomic_t only once in atomic.h
Change the encapsulated counter type to long so that it supports negative values as well.

File:
1 edited

Legend:

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

    r45fb65c r23684b7  
    6262                "pushl %4\n"
    6363                "movl %5, %%eax\n"
    64                 "iret"
     64                "iret\n"
    6565                :
    6666                : "i" (selector(UDATA_DES) | PL_USER), "r" (kernel_uarg->uspace_stack+THREAD_STACK_SIZE),
Note: See TracChangeset for help on using the changeset viewer.