Re: sys_call_ptr_t

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

 



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


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux