All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 1/1] x86-64: forgot asmlinkage on sys_mmap
@ 2005-03-05 19:00 blaisorblade
  2005-03-09 17:24 ` Andi Kleen
  0 siblings, 1 reply; 5+ messages in thread
From: blaisorblade @ 2005-03-05 19:00 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, blaisorblade, ak


CC: Andi Kleen <ak@suse.de>

I think it should be there, please check better.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
---

 linux-2.6.11-paolo/arch/x86_64/kernel/sys_x86_64.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/x86_64/kernel/sys_x86_64.c~x86-64-asmlinkage-forgot arch/x86_64/kernel/sys_x86_64.c
--- linux-2.6.11/arch/x86_64/kernel/sys_x86_64.c~x86-64-asmlinkage-forgot	2005-03-05 19:58:38.339212568 +0100
+++ linux-2.6.11-paolo/arch/x86_64/kernel/sys_x86_64.c	2005-03-05 19:58:51.062278368 +0100
@@ -38,7 +38,7 @@ asmlinkage long sys_pipe(int __user *fil
 	return error;
 }
 
-long sys_mmap(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags,
+asmlinkage long sys_mmap(unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags,
 	unsigned long fd, unsigned long off)
 {
 	long error;
_

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

end of thread, other threads:[~2005-03-09 19:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-05 19:00 [patch 1/1] x86-64: forgot asmlinkage on sys_mmap blaisorblade
2005-03-09 17:24 ` Andi Kleen
2005-03-09 18:24   ` Blaisorblade
2005-03-09 19:34     ` Andi Kleen
2005-03-09 19:40       ` Blaisorblade

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.