All of lore.kernel.org
 help / color / mirror / Atom feed
* NR_SYSCALLS vs. io_getevents()
@ 2004-03-12  6:03 William Lee Irwin III
  0 siblings, 0 replies; only message in thread
From: William Lee Irwin III @ 2004-03-12  6:03 UTC (permalink / raw)
  To: sparclinux

Sure enough, io_getevents() is getting back -ENOSYS when it shouldn't.
At first glance it looks like a one-off in entry.S; Maybe this helps:


-- wli


--- mm1-2.6.4-3/arch/sparc64/kernel/entry.S	2004-03-10 18:55:20.000000000 -0800
+++ mm1-2.6.4-4/arch/sparc64/kernel/entry.S	2004-03-11 22:00:49.608397000 -0800
@@ -26,7 +26,7 @@
 
 #define curptr      g6
 
-#define NR_SYSCALLS 272      /* Each OS is different... */
+#define NR_SYSCALLS 273      /* Each OS is different... */
 
 	.text
 	.align		32


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-03-12  6:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-12  6:03 NR_SYSCALLS vs. io_getevents() William Lee Irwin III

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.