public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Microstate Accounting for 2.6.11, patch 5/6
@ 2005-03-11  4:00 Peter Chubb
  2005-03-12 18:27 ` Randy.Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Chubb @ 2005-03-11  4:00 UTC (permalink / raw)
  To: akpm, linux-kernel

Microstate accounting: Add the I386 system call.

 arch/i386/kernel/entry.S  |    2 +-
 include/asm-i386/unistd.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: linux-2.6-ustate/arch/i386/kernel/entry.S
===================================================================
--- linux-2.6-ustate.orig/arch/i386/kernel/entry.S	2005-03-10 09:16:14.888575341 +1100
+++ linux-2.6-ustate/arch/i386/kernel/entry.S	2005-03-10 09:16:15.446188457 +1100
@@ -876,7 +876,7 @@
 	.long sys_mq_getsetattr
 	.long sys_ni_syscall		/* reserved for kexec */
 	.long sys_waitid
-	.long sys_ni_syscall		/* 285 */ /* available */
+	.long sys_msa			/* 285 */ /* available */
 	.long sys_add_key
 	.long sys_request_key
 	.long sys_keyctl
Index: linux-2.6-ustate/include/asm-i386/unistd.h
===================================================================
--- linux-2.6-ustate.orig/include/asm-i386/unistd.h	2005-03-10 09:13:00.813843194 +1100
+++ linux-2.6-ustate/include/asm-i386/unistd.h	2005-03-10 09:16:15.448141568 +1100
@@ -290,7 +290,7 @@
 #define __NR_mq_getsetattr	(__NR_mq_open+5)
 #define __NR_sys_kexec_load	283
 #define __NR_waitid		284
-/* #define __NR_sys_setaltroot	285 */
+#define __NR_sys_msa		285
 #define __NR_add_key		286
 #define __NR_request_key	287
 #define __NR_keyctl		288

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-12 18:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-11  4:00 Microstate Accounting for 2.6.11, patch 5/6 Peter Chubb
2005-03-12 18:27 ` Randy.Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox