mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
2e5e55923e
*) Reorganize the two cases of sys_modify_ldt to share all the reasonably common code. *) Avoid memory allocation when unneeded (i.e. when we are writing and the passed buffer size is known), thus not returning ENOMEM (which isn't allowed for this syscall, even if there is no strict "specification"). *) Add copy_{from,to}_user to modify_ldt for TT mode. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
6 lines
72 B
C
6 lines
72 B
C
#ifndef __UM_LDT_H
|
|
#define __UM_LDT_H
|
|
|
|
#include "asm/arch/ldt.h"
|
|
#endif
|