Changeset c2b95d3 in mainline for arch/ia64/include/types.h


Ignore:
Timestamp:
2006-01-26T22:52:00Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
849386a
Parents:
2a003d5b
Message:

ia64 work.
Add nice wrappers for thash and ttag instructions.
Add nice wrappers for accessing reion registers and PTA.
Fix set_vhpt_environment().
Allocate and initialize page_ht (a.k.a. VHPT).

Add missing header to sparc64.
Remove excessive header from debug.h.

File:
1 edited

Legend:

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

    r2a003d5b rc2b95d3  
    3737typedef signed long __s64;
    3838
    39 
    40 
    4139typedef unsigned char __u8;
    4240typedef unsigned short __u16;
     
    5048typedef __u64 __native;
    5149
    52 typedef __u64 pte_t;
     50typedef union vhpt_entry pte_t;
    5351
    5452#endif
Note: See TracChangeset for help on using the changeset viewer.