Changeset 48c1ef9 in mainline for arch/ppc32
- Timestamp:
- 2006-05-21T20:38:18Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 040542aa
- Parents:
- bd55bbb
- Location:
- arch/ppc32/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/include/asm/regname.h
rbd55bbb r48c1ef9 220 220 #define hid0_dci (1 << 10) 221 221 222 /* Cache sizes */223 #define L1_CACHE_LINES (128 * 8)224 #define L1_CACHE_BYTES 5225 226 222 #endif -
arch/ppc32/include/mm/asid.h
rbd55bbb r48c1ef9 27 27 */ 28 28 29 /*30 * ia32 has no hardware support for address space identifiers.31 * This file is provided to do nop-implementation of mm/asid.h32 * interface.33 */34 35 29 #ifndef __ppc32_ASID_H__ 36 30 #define __ppc32_ASID_H__ -
arch/ppc32/include/types.h
rbd55bbb r48c1ef9 34 34 typedef signed char __s8; 35 35 typedef signed short __s16; 36 typedef signed long__s32;36 typedef signed int __s32; 37 37 typedef signed long long __s64; 38 38
Note:
See TracChangeset
for help on using the changeset viewer.
