diff options
Diffstat (limited to 'include/common/kernel/cpu.h')
-rw-r--r-- | include/common/kernel/cpu.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/include/common/kernel/cpu.h b/include/common/kernel/cpu.h index 4b42321..1ace9a3 100644 --- a/include/common/kernel/cpu.h +++ b/include/common/kernel/cpu.h @@ -1,16 +1,9 @@ #ifndef _DOLCESDK_PSP2COMMON_KERNEL_CPU_H_ #define _DOLCESDK_PSP2COMMON_KERNEL_CPU_H_ -#define SCE_KERNEL_MAX_CPU 4 -#define SCE_KERNEL_CPU_MASK_SHIFT 16 -#define SCE_KERNEL_CPU_MASK_USER_0 (0x01 << SCE_KERNEL_CPU_MASK_SHIFT) -#define SCE_KERNEL_CPU_MASK_USER_1 (0x02 << SCE_KERNEL_CPU_MASK_SHIFT) -#define SCE_KERNEL_CPU_MASK_USER_2 (0x04 << SCE_KERNEL_CPU_MASK_SHIFT) -#define SCE_KERNEL_CPU_MASK_USER_3 (0x08 << SCE_KERNEL_CPU_MASK_SHIFT) +#include_next <kernel/cpu.h> -#define SCE_KERNEL_CPU_MASK_USER_ALL \ - (SCE_KERNEL_CPU_MASK_USER_0 | SCE_KERNEL_CPU_MASK_USER_1 \ - | SCE_KERNEL_CPU_MASK_USER_2) +#define SCE_KERNEL_CPU_MASK_USER_3 (0x08 << SCE_KERNEL_CPU_MASK_SHIFT) #define SCE_KERNEL_CPU_MASK_USER_QUAD \ (SCE_KERNEL_CPU_MASK_USER_0 | SCE_KERNEL_CPU_MASK_USER_1 \ |