Files
linux-apfs/arch/avr32/kernel
Hans-Christian Egtvedt 73d4393d1d avr32: fix sys_sync_file_range() call convention
On AVR32, all parameters beyond the 5th are passed on the stack. System
calls don't use the stack -- they borrow a callee-saved register
instead. This means that syscalls that take 6 parameters must be called
through a stub that pushes the last parameter on the stack.

This patch adds a stub for sync_file_range syscall on AVR32
architecture.  Tested with uClibc snapshot.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2008-09-19 18:21:31 +02:00
..
2008-09-19 18:21:29 +02:00
2006-11-06 10:43:23 +01:00
2008-01-25 08:31:43 +01:00
2008-04-17 10:42:34 -04:00
2008-01-25 08:31:43 +01:00
2008-06-27 15:07:35 +02:00
2008-03-13 23:56:15 +01:00