aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMichal Simek <[email protected]>2010-06-04 13:06:27 +0200
committerMichal Simek <[email protected]>2010-08-04 10:22:32 +0200
commit570e3e236efdf5bb4a023ecc3601dad9273a011e (patch)
tree3f5d51d66dfca708a39b568f00384195936285a6 /tools/perf/scripts/python/bin
parent79aac889037027bebf7fcfc4cf9f2eb25f4f8075 (diff)
microblaze: Fix sys_clone syscall
sys_clone syscall ignored args which this patch mapped to args which are passing from glibc. Here is the origin problem description. "I ran the static libgcc tests (very few of them are there, they are mostly dynamically linked) and some of them fail with an assertion in fork() system call (tid != pid), I looked at the microblaze/entry.S file and it looks suspicious (ignores arguments 3-5)" Arg mapping should be: glibc ARCH_FORK(...) -> do_fork(...) r5 -> r5 (clone_flags) r6 -> r6 (stack_start, use parent->stack if NULL) pt_regs -> r7 (pt_regs) r7 -> r8 (stack_size) r8 -> r9 (parent_tidptr) r9 -> r10 (child_tidptr) Signed-off-by: John Williams <[email protected]> Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions