[PATCH] x86_64: Add tee and sync_file_range
authorAndi Kleen <ak@suse.de>
Tue, 18 Apr 2006 10:35:19 +0000 (12:35 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 18 Apr 2006 17:39:20 +0000 (10:39 -0700)
tee was already there for some reason for native 64bit, but
sys_sync_file_range was missing. Also add it to the compat layer.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found