/openbmc/linux/arch/powerpc/include/asm/ |
H A D | accounting.h | c223c90386bc2306510e0ceacd768a0123ff2a2f Tue May 17 01:33:46 CDT 2016 Christophe Leroy <christophe.leroy@c-s.fr> powerpc32: provide VIRT_CPU_ACCOUNTING
This patch provides VIRT_CPU_ACCOUTING to PPC32 architecture. PPC32 doesn't have the PACA structure, so we use the task_info structure to store the accounting data.
In order to reuse on PPC32 the PPC64 functions, all u64 data has been replaced by 'unsigned long' so that it is u32 on PPC32 and u64 on PPC64
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>
|
H A D | cputime.h | diff c223c90386bc2306510e0ceacd768a0123ff2a2f Tue May 17 01:33:46 CDT 2016 Christophe Leroy <christophe.leroy@c-s.fr> powerpc32: provide VIRT_CPU_ACCOUNTING
This patch provides VIRT_CPU_ACCOUTING to PPC32 architecture. PPC32 doesn't have the PACA structure, so we use the task_info structure to store the accounting data.
In order to reuse on PPC32 the PPC64 functions, all u64 data has been replaced by 'unsigned long' so that it is u32 on PPC32 and u64 on PPC64
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>
|
H A D | thread_info.h | diff c223c90386bc2306510e0ceacd768a0123ff2a2f Tue May 17 01:33:46 CDT 2016 Christophe Leroy <christophe.leroy@c-s.fr> powerpc32: provide VIRT_CPU_ACCOUNTING
This patch provides VIRT_CPU_ACCOUTING to PPC32 architecture. PPC32 doesn't have the PACA structure, so we use the task_info structure to store the accounting data.
In order to reuse on PPC32 the PPC64 functions, all u64 data has been replaced by 'unsigned long' so that it is u32 on PPC32 and u64 on PPC64
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>
|
H A D | paca.h | diff c223c90386bc2306510e0ceacd768a0123ff2a2f Tue May 17 01:33:46 CDT 2016 Christophe Leroy <christophe.leroy@c-s.fr> powerpc32: provide VIRT_CPU_ACCOUNTING
This patch provides VIRT_CPU_ACCOUTING to PPC32 architecture. PPC32 doesn't have the PACA structure, so we use the task_info structure to store the accounting data.
In order to reuse on PPC32 the PPC64 functions, all u64 data has been replaced by 'unsigned long' so that it is u32 on PPC32 and u64 on PPC64
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>
|
H A D | exception-64s.h | diff c223c90386bc2306510e0ceacd768a0123ff2a2f Tue May 17 01:33:46 CDT 2016 Christophe Leroy <christophe.leroy@c-s.fr> powerpc32: provide VIRT_CPU_ACCOUNTING
This patch provides VIRT_CPU_ACCOUTING to PPC32 architecture. PPC32 doesn't have the PACA structure, so we use the task_info structure to store the accounting data.
In order to reuse on PPC32 the PPC64 functions, all u64 data has been replaced by 'unsigned long' so that it is u32 on PPC32 and u64 on PPC64
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>
|
H A D | ppc_asm.h | diff c223c90386bc2306510e0ceacd768a0123ff2a2f Tue May 17 01:33:46 CDT 2016 Christophe Leroy <christophe.leroy@c-s.fr> powerpc32: provide VIRT_CPU_ACCOUNTING
This patch provides VIRT_CPU_ACCOUTING to PPC32 architecture. PPC32 doesn't have the PACA structure, so we use the task_info structure to store the accounting data.
In order to reuse on PPC32 the PPC64 functions, all u64 data has been replaced by 'unsigned long' so that it is u32 on PPC32 and u64 on PPC64
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>
|
H A D | reg.h | diff c223c90386bc2306510e0ceacd768a0123ff2a2f Tue May 17 01:33:46 CDT 2016 Christophe Leroy <christophe.leroy@c-s.fr> powerpc32: provide VIRT_CPU_ACCOUNTING
This patch provides VIRT_CPU_ACCOUTING to PPC32 architecture. PPC32 doesn't have the PACA structure, so we use the task_info structure to store the accounting data.
In order to reuse on PPC32 the PPC64 functions, all u64 data has been replaced by 'unsigned long' so that it is u32 on PPC32 and u64 on PPC64
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | exceptions-64e.S | diff c223c90386bc2306510e0ceacd768a0123ff2a2f Tue May 17 01:33:46 CDT 2016 Christophe Leroy <christophe.leroy@c-s.fr> powerpc32: provide VIRT_CPU_ACCOUNTING
This patch provides VIRT_CPU_ACCOUTING to PPC32 architecture. PPC32 doesn't have the PACA structure, so we use the task_info structure to store the accounting data.
In order to reuse on PPC32 the PPC64 functions, all u64 data has been replaced by 'unsigned long' so that it is u32 on PPC32 and u64 on PPC64
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>
|
H A D | entry_32.S | diff c223c90386bc2306510e0ceacd768a0123ff2a2f Tue May 17 01:33:46 CDT 2016 Christophe Leroy <christophe.leroy@c-s.fr> powerpc32: provide VIRT_CPU_ACCOUNTING
This patch provides VIRT_CPU_ACCOUTING to PPC32 architecture. PPC32 doesn't have the PACA structure, so we use the task_info structure to store the accounting data.
In order to reuse on PPC32 the PPC64 functions, all u64 data has been replaced by 'unsigned long' so that it is u32 on PPC32 and u64 on PPC64
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>
|
H A D | time.c | diff c223c90386bc2306510e0ceacd768a0123ff2a2f Tue May 17 01:33:46 CDT 2016 Christophe Leroy <christophe.leroy@c-s.fr> powerpc32: provide VIRT_CPU_ACCOUNTING
This patch provides VIRT_CPU_ACCOUTING to PPC32 architecture. PPC32 doesn't have the PACA structure, so we use the task_info structure to store the accounting data.
In order to reuse on PPC32 the PPC64 functions, all u64 data has been replaced by 'unsigned long' so that it is u32 on PPC32 and u64 on PPC64
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>
|
H A D | asm-offsets.c | diff c223c90386bc2306510e0ceacd768a0123ff2a2f Tue May 17 01:33:46 CDT 2016 Christophe Leroy <christophe.leroy@c-s.fr> powerpc32: provide VIRT_CPU_ACCOUNTING
This patch provides VIRT_CPU_ACCOUTING to PPC32 architecture. PPC32 doesn't have the PACA structure, so we use the task_info structure to store the accounting data.
In order to reuse on PPC32 the PPC64 functions, all u64 data has been replaced by 'unsigned long' so that it is u32 on PPC32 and u64 on PPC64
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>
|
/openbmc/linux/arch/powerpc/platforms/ |
H A D | Kconfig.cputype | diff c223c90386bc2306510e0ceacd768a0123ff2a2f Tue May 17 01:33:46 CDT 2016 Christophe Leroy <christophe.leroy@c-s.fr> powerpc32: provide VIRT_CPU_ACCOUNTING
This patch provides VIRT_CPU_ACCOUTING to PPC32 architecture. PPC32 doesn't have the PACA structure, so we use the task_info structure to store the accounting data.
In order to reuse on PPC32 the PPC64 functions, all u64 data has been replaced by 'unsigned long' so that it is u32 on PPC32 and u64 on PPC64
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | xmon.c | diff c223c90386bc2306510e0ceacd768a0123ff2a2f Tue May 17 01:33:46 CDT 2016 Christophe Leroy <christophe.leroy@c-s.fr> powerpc32: provide VIRT_CPU_ACCOUNTING
This patch provides VIRT_CPU_ACCOUTING to PPC32 architecture. PPC32 doesn't have the PACA structure, so we use the task_info structure to store the accounting data.
In order to reuse on PPC32 the PPC64 functions, all u64 data has been replaced by 'unsigned long' so that it is u32 on PPC32 and u64 on PPC64
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>
|
/openbmc/linux/arch/powerpc/ |
H A D | Kconfig | diff c223c90386bc2306510e0ceacd768a0123ff2a2f Tue May 17 01:33:46 CDT 2016 Christophe Leroy <christophe.leroy@c-s.fr> powerpc32: provide VIRT_CPU_ACCOUNTING
This patch provides VIRT_CPU_ACCOUTING to PPC32 architecture. PPC32 doesn't have the PACA structure, so we use the task_info structure to store the accounting data.
In order to reuse on PPC32 the PPC64 functions, all u64 data has been replaced by 'unsigned long' so that it is u32 on PPC32 and u64 on PPC64
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>
|