Changeset fa0dfaf in mainline for arch/amd64/include/types.h


Ignore:
Timestamp:
2005-08-30T20:15:50Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba18512
Parents:
d0c30f7
Message:

Context-save/restore in AMD64

File:
1 edited

Legend:

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

    rd0c30f7 rfa0dfaf  
    2727 */
    2828
    29 #ifndef __TYPES_H__
    30 #define __TYPES_H__
     29#ifndef __amd64_TYPES_H__
     30#define __amd64_TYPES_H__
    3131
    3232#define NULL 0
     
    4141typedef __u64 __address;
    4242
    43 typedef __u32 pri_t;
     43/* Flags of processor (return value of cpu_priority_high()) */
     44typedef __u64 pri_t;
    4445
    4546typedef __u64 __native;
Note: See TracChangeset for help on using the changeset viewer.