Changeset 48c1ef9 in mainline for arch/ppc32


Ignore:
Timestamp:
2006-05-21T20:38:18Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
040542aa
Parents:
bd55bbb
Message:

port ppc32 changes to ppc64 (raw)

Location:
arch/ppc32/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/include/asm/regname.h

    rbd55bbb r48c1ef9  
    220220#define hid0_dci        (1 << 10)
    221221
    222 /* Cache sizes */
    223 #define L1_CACHE_LINES (128 * 8)
    224 #define L1_CACHE_BYTES 5
    225 
    226222#endif
  • arch/ppc32/include/mm/asid.h

    rbd55bbb r48c1ef9  
    2727 */
    2828
    29 /*
    30  * ia32 has no hardware support for address space identifiers.
    31  * This file is provided to do nop-implementation of mm/asid.h
    32  * interface.
    33  */
    34 
    3529#ifndef __ppc32_ASID_H__
    3630#define __ppc32_ASID_H__
  • arch/ppc32/include/types.h

    rbd55bbb r48c1ef9  
    3434typedef signed char __s8;
    3535typedef signed short __s16;
    36 typedef signed long __s32;
     36typedef signed int __s32;
    3737typedef signed long long __s64;
    3838
Note: See TracChangeset for help on using the changeset viewer.