From: "Frederic Soulier" <soulier@aztec-radiomedia.com>
To: "Rudolf Ladyzhenskii" <rudolf.ladyzhenskii@act-aus.net>,
"PPC-Linux list (E-mail)" <linuxppc-embedded@lists.linuxppc.org>
Subject: Re: Numbering of system calls
Date: Thu, 11 Oct 2001 09:19:07 +0200 [thread overview]
Message-ID: <008301c15225$06bb99b0$d8020101@aztec.local> (raw)
In-Reply-To: 619D608DD3F0D311882C009027732E1A83626C@ntserver.act.domain
Sorry for my last "very interesting" message...
> Kernel crashes and, among other things, it shows "Last syscall: 4".
> How can I relate that to actual syscall being executed?
This is related to the last syscall executed by the current thread.
Have a look at $KERNELDIR/arch/ppc/kernel/process.c
For the corresponding system call you should look at the
$KERNELDIR/include/asm-ppc/unistd.h (or $KERNELDIR/arch/ppc/kernel/misc.S),
the 4th syscall is "write".
Regards,
Fred
---
Frederic Soulier - Aztec Radiomedia / Digigram Europe
31, rue du chemin de fer, F-67087 Strasbourg Cedex 2, France
Phone : +33 (0) 3 88 30 90 90 / Fax : +33 (0) 3 88 30 90 99
Web site : http://www.digigram.com
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
prev parent reply other threads:[~2001-10-11 7:19 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-11 6:52 Numbering of system calls Rudolf Ladyzhenskii
2001-10-11 7:08 ` Frederic Soulier
2001-10-11 2:09 ` ashish anand
2001-10-11 7:19 ` Frederic Soulier [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='008301c15225$06bb99b0$d8020101@aztec.local' \
--to=soulier@aztec-radiomedia.com \
--cc=linuxppc-embedded@lists.linuxppc.org \
--cc=rudolf.ladyzhenskii@act-aus.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.