Changeset dd4d6b0 in mainline for arch/amd64/include/pm.h


Ignore:
Timestamp:
2006-02-06T23:47:47Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
37b451f7
Parents:
40ca402
Message:

Basic amd syscall support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/include/pm.h

    r40ca402 rdd4d6b0  
    4040
    4141#define NULL_DES        0
     42/* Warning: Do not reorder next items, unless you look into syscall.c!!! */
    4243#define KTEXT_DES       1
    4344#define KDATA_DES       2
    44 #define UTEXT_DES       3
    45 #define UDATA_DES       4
     45#define UDATA_DES       3
     46#define UTEXT_DES       4
    4647#define KTEXT32_DES     5
     48/* EndOfWarning */
    4749#define TSS_DES         6
    4850
Note: See TracChangeset for help on using the changeset viewer.