[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1284675049-23479-6-git-send-email-virtuoso@slind.org>
Date: Fri, 17 Sep 2010 01:10:47 +0300
From: Alexander Shishkin <virtuoso@...nd.org>
To: linux-kernel@...r.kernel.org
Cc: John Stultz <johnstul@...ibm.com>,
Andrew Morton <akpm@...ux-foundation.org>,
"H. Peter Anvin" <hpa@...or.com>,
Kay Sievers <kay.sievers@...y.org>, Greg KH <gregkh@...e.de>,
Chris Friesen <chris.friesen@...band.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
"Kirill A. Shutemov" <kirill@...temov.name>,
Alexander Shishkin <virtuoso@...nd.org>,
Mike Frysinger <vapier@...too.org>,
Arjan van de Ven <arjan@...ux.intel.com>,
Paul Mackerras <paulus@...ba.org>, Ingo Molnar <mingo@...e.hu>,
Robin Getz <robin.getz@...log.com>,
Philippe Gerum <rpm@...omai.org>,
"David S. Miller" <davem@...emloft.net>, Yi Li <yi.li@...log.com>,
uclinux-dist-devel@...ckfin.uclinux.org
Subject: [PATCH 5/7] wire up sys_time_change_notify() on blackfin
Signed-off-by: Alexander Shishkin <virtuoso@...nd.org>
CC: Mike Frysinger <vapier@...too.org>
CC: Alexander Shishkin <virtuoso@...nd.org>
CC: Arjan van de Ven <arjan@...ux.intel.com>
CC: Paul Mackerras <paulus@...ba.org>
CC: Ingo Molnar <mingo@...e.hu>
CC: Robin Getz <robin.getz@...log.com>
CC: Philippe Gerum <rpm@...omai.org>
CC: "David S. Miller" <davem@...emloft.net>
CC: Yi Li <yi.li@...log.com>
CC: uclinux-dist-devel@...ckfin.uclinux.org
CC: linux-kernel@...r.kernel.org
---
arch/blackfin/include/asm/unistd.h | 3 ++-
arch/blackfin/mach-common/entry.S | 1 +
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/arch/blackfin/include/asm/unistd.h b/arch/blackfin/include/asm/unistd.h
index 14fcd25..e58cfaf 100644
--- a/arch/blackfin/include/asm/unistd.h
+++ b/arch/blackfin/include/asm/unistd.h
@@ -392,8 +392,9 @@
#define __NR_fanotify_init 371
#define __NR_fanotify_mark 372
#define __NR_prlimit64 373
+#define __NR_time_change_notify 374
-#define __NR_syscall 374
+#define __NR_syscall 375
#define NR_syscalls __NR_syscall
/* Old optional stuff no one actually uses */
diff --git a/arch/blackfin/mach-common/entry.S b/arch/blackfin/mach-common/entry.S
index af1bffa..2771e3b 100644
--- a/arch/blackfin/mach-common/entry.S
+++ b/arch/blackfin/mach-common/entry.S
@@ -1631,6 +1631,7 @@ ENTRY(_sys_call_table)
.long _sys_fanotify_init
.long _sys_fanotify_mark
.long _sys_prlimit64
+ .long _sys_time_change_notify
.rept NR_syscalls-(.-_sys_call_table)/4
.long _sys_ni_syscall
--
1.7.2.1.45.gb66c2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists