Changeset b994a60 in mainline for arch/ia64/include/context.h


Ignore:
Timestamp:
2006-03-09T12:44:27Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
901122b
Parents:
cd373bb
Message:

ia64 work.
Changes to make userspace work (kernel part).
Use ski.conf from contrib directory to run Ski.

There is actually no appropriate syscall handler yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/include/context.h

    rcd373bb rb994a60  
    3131
    3232#include <arch/types.h>
     33#include <arch/register.h>
    3334#include <typedefs.h>
    3435#include <align.h>
     
    4243 */
    4344#define SP_DELTA        (0+ALIGN_UP(STACK_ITEM_SIZE, STACK_ALIGNMENT))
    44 
    45 #define PFM_MASK        (~0x3fffffffff)
    4645
    4746#ifdef context_set
Note: See TracChangeset for help on using the changeset viewer.