ryuz****@users*****
ryuz****@users*****
2011年 2月 8日 (火) 01:00:48 JST
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "hos-v4a" repository containing the "hos" project. The branch, master has been updated via f1c78f23365e0caf6b3f29ce7adf73c83d87f914 (commit) from 0c9a98881ab0c37e383b82e819a390d72955e492 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f1c78f23365e0caf6b3f29ce7adf73c83d87f914 Author: ryuz <ryuz****@users*****> Date: Tue Feb 8 01:00:34 2011 +0900 modify MicroBlaze ----------------------------------------------------------------------- Summary of changes: kernel/build/mb/mb_v8/gcc/Makefile | 5 +- kernel/include/arch/proc/mb/mb_v8/proc.h | 2 - kernel/include/arch/proc/mb/mb_v8/procatr.h | 4 +- kernel/include/core/sys.h | 4 + kernel/source/arch/proc/mb/mb_v8/gcc/kexc_hdr.S | 57 +++++++++++++++ kernel/source/arch/proc/mb/mb_v8/gcc/kint_hdr.S | 77 ++++++++++++++++++++ kernel/source/arch/proc/mb/mb_v8/gcc/krst_ctx.S | 2 - kernel/source/arch/proc/mb/mb_v8/gcc/kswi_ctx.S | 3 +- .../arch/proc/{arm/arm_v6 => mb/mb_v8}/val_int.c | 2 +- 9 files changed, 146 insertions(+), 10 deletions(-) create mode 100644 kernel/source/arch/proc/mb/mb_v8/gcc/kexc_hdr.S create mode 100644 kernel/source/arch/proc/mb/mb_v8/gcc/kint_hdr.S copy kernel/source/arch/proc/{arm/arm_v6 => mb/mb_v8}/val_int.c (87%) mode change 100755 => 100644 hooks/post-receive -- hos-v4a (hos)