Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2216 → Rev 2170

/trunk/kernel/arch/sparc64/include/types.h
62,7 → 62,6
typedef int64_t native_t;
 
typedef uint8_t bool;
typedef uint64_t thread_id_t;
typedef uint64_t task_id_t;
typedef uint32_t context_id_t;
 
/trunk/kernel/arch/ia64/include/types.h
70,7 → 70,6
typedef int64_t native_t;
 
typedef uint8_t bool;
typedef uint64_t thread_id_t;
typedef uint64_t task_id_t;
typedef uint32_t context_id_t;
 
/trunk/kernel/arch/ppc32/include/types.h
62,7 → 62,6
typedef int32_t native_t;
 
typedef uint8_t bool;
typedef uint64_t thread_id_t;
typedef uint64_t task_id_t;
typedef uint32_t context_id_t;
 
/trunk/kernel/arch/ppc64/include/types.h
62,7 → 62,6
typedef int64_t native_t;
 
typedef uint8_t bool;
typedef uint64_t thread_id_t;
typedef uint64_t task_id_t;
typedef uint32_t context_id_t;
 
/trunk/kernel/arch/mips32/include/types.h
62,7 → 62,6
typedef int32_t native_t;
 
typedef uint8_t bool;
typedef uint64_t thread_id_t;
typedef uint64_t task_id_t;
typedef uint32_t context_id_t;
 
/trunk/kernel/arch/arm32/include/types.h
62,7 → 62,6
typedef int32_t native_t;
 
typedef uint8_t bool;
typedef uint64_t thread_id_t;
typedef uint64_t task_id_t;
typedef uint32_t context_id_t;
 
/trunk/kernel/arch/ia32xen/include/types.h
62,7 → 62,6
typedef int32_t native_t;
 
typedef uint8_t bool;
typedef uint64_t thread_id_t;
typedef uint64_t task_id_t;
typedef uint32_t context_id_t;
 
/trunk/kernel/arch/amd64/include/types.h
62,7 → 62,6
typedef int64_t native_t;
 
typedef uint8_t bool;
typedef uint64_t thread_id_t;
typedef uint64_t task_id_t;
typedef uint32_t context_id_t;
 
/trunk/kernel/arch/ia32/include/types.h
62,7 → 62,6
typedef int32_t native_t;
 
typedef uint8_t bool;
typedef uint64_t thread_id_t;
typedef uint64_t task_id_t;
typedef uint32_t context_id_t;