[Cbe-oss-dev] [PATCH 06/10 v3]MARS/core: Workload module split kernel cleanup

Kazunori Asayama asayama at sm.sony.co.jp
Wed Nov 26 13:10:00 EST 2008


Yuji Mano wrote:
> This cleans up the MARS core kernel implementation.
> Most of the implementation will be moved into the task module/lib.
> The kernel will only be responsible for workload scheduling and loading/running
> the appropriate workload module.
> 
> Signed-off-by: Yuji Mano <yuji.mano at am.sony.com>

Acked-by: Kazunori Asayama <asayama at sm.sony.co.jp>

> 
> ---
> v2:
> - updated the __stack symbol in Makefile so kernel uses 16K
> v3:
> - remove usage of obsolete TYPE workload bits
> - remove kernel syscall to get workload_type
> 
>  core/src/common/kernel_internal_types.h |   17 +
>  core/src/mpu/kernel/Makefile.am         |   15 -
>  core/src/mpu/kernel/kernel.c            |  318 +++++++++++++++++++++++++
>  core/src/mpu/kernel/kernel.h            |  126 ----------
>  core/src/mpu/kernel/kernel_registers.c  |  152 ------------
>  core/src/mpu/kernel/kernel_scheduler.c  |  253 --------------------
>  core/src/mpu/kernel/kernel_syscalls.c   |  190 ---------------
>  core/src/mpu/kernel/kernel_task.c       |  137 -----------
>  core/src/mpu/kernel/kernel_workload.c   |  396 --------------------------------
>  9 files changed, 334 insertions(+), 1270 deletions(-)
> 

-- 
(ASAYAMA Kazunori
  (asayama at sm.sony.co.jp))
t



More information about the cbe-oss-dev mailing list