X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=arch%2Farm%2Fkernel%2Fcalls.S;h=d868099d1d6b9b166b7dc7d3503b38a1bf665e95;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=3da0b809100ad6892483243bcb9c151a228f5fc1;hpb=a2c21200f1c81b08cb55e417b68150bba439b646;p=linux-2.6.git diff --git a/arch/arm/kernel/calls.S b/arch/arm/kernel/calls.S index 3da0b8091..d868099d1 100644 --- a/arch/arm/kernel/calls.S +++ b/arch/arm/kernel/calls.S @@ -1,7 +1,7 @@ /* * linux/arch/arm/kernel/calls.S * - * Copyright (C) 1995-2003 Russell King + * Copyright (C) 1995-2004 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -288,6 +288,13 @@ __syscall_start: .long sys_pciconfig_iobase .long sys_pciconfig_read .long sys_pciconfig_write + .long sys_mq_open +/* 275 */ .long sys_mq_unlink + .long sys_mq_timedsend + .long sys_mq_timedreceive + .long sys_mq_notify + .long sys_mq_getsetattr +/* 280 */ .long sys_waitid __syscall_end: .rept NR_syscalls - (__syscall_end - __syscall_start) / 4