Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1397 → Rev 1398

/kernel/trunk/arch/ppc32/include/asm/regname.h
219,8 → 219,4
#define hid0_icfi (1 << 11)
#define hid0_dci (1 << 10)
 
/* Cache sizes */
#define L1_CACHE_LINES (128 * 8)
#define L1_CACHE_BYTES 5
 
#endif
/kernel/trunk/arch/ppc32/include/types.h
33,7 → 33,7
 
typedef signed char __s8;
typedef signed short __s16;
typedef signed long __s32;
typedef signed int __s32;
typedef signed long long __s64;
 
typedef unsigned char __u8;
/kernel/trunk/arch/ppc32/include/mm/asid.h
26,12 → 26,6
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/*
* ia32 has no hardware support for address space identifiers.
* This file is provided to do nop-implementation of mm/asid.h
* interface.
*/
 
#ifndef __ppc32_ASID_H__
#define __ppc32_ASID_H__