From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tiago Maluta Date: Sat, 31 Jul 2010 16:44:57 +0000 Subject: question about __NR_restart_syscall Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org I was debugging (with gdb) a piece of code of an kernel object, the snippet of module init function is: (...) 0x0000000a : mov #0,r0 0x0000000c : .word 0x0000 0x0000000e : mov.l r0,@(0,r0) 0x00000010 : .word 0x0001 0x00000012 : mov.b r0,@(0,r0) This code is regarded to __NR_restart_syscall? and, if yes, this syscalls could restart the kernel? --tm