mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-05-18 17:46:45 +00:00
[PATCH] uml: move libc-dependent code from signal_user.c
The serial UML OS-abstraction layer patch (um/kernel dir). This moves all systemcalls from signal_user.c file under os-Linux dir Signed-off-by: Gennady Sharapov <Gennady.V.Sharapov@intel.com> Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b2de464f7f
commit
0805d89c15
@@ -14,7 +14,6 @@
|
||||
#include "kern_util.h"
|
||||
#include "irq_user.h"
|
||||
#include "time_user.h"
|
||||
#include "signal_user.h"
|
||||
#include "mem_user.h"
|
||||
#include "os.h"
|
||||
#include "tlb.h"
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#include "asm/ptrace.h"
|
||||
#include "asm/tlbflush.h"
|
||||
#include "irq_user.h"
|
||||
#include "signal_user.h"
|
||||
#include "kern_util.h"
|
||||
#include "user_util.h"
|
||||
#include "os.h"
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
#include "sigcontext.h"
|
||||
#include "sysdep/sigcontext.h"
|
||||
#include "os.h"
|
||||
#include "signal_user.h"
|
||||
#include "user_util.h"
|
||||
#include "mem_user.h"
|
||||
#include "process.h"
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
#include <signal.h>
|
||||
#include "sysdep/ptrace.h"
|
||||
#include "sysdep/sigcontext.h"
|
||||
#include "signal_user.h"
|
||||
#include "user_util.h"
|
||||
#include "kern_util.h"
|
||||
#include "task.h"
|
||||
#include "tt.h"
|
||||
#include "os.h"
|
||||
|
||||
void sig_handler_common_tt(int sig, void *sc_ptr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user