[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sys_call_ptr_t



I think in kernel 2.6 the function addresses are stored in this array.
What kernel version you are talking about ?

Sachin

On 9/8/07, duryodhan <duryodhan125@xxxxxxxxx> wrote:
The sys call table is at
arch/i386/kernel/syscall_table.S (for i386)
it has stuff like

.long sys_move_pages

it doesn't have any sys_call_ptr_t.

You don't need to assign a function. if you defined
.long sys_move_pages
then sys_move_pages is the name of the function that you will write as
system call.

Regards,
duryodhan