Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c28b59d4 authored by Jeff Dike's avatar Jeff Dike Committed by Linus Torvalds
Browse files

uml: remove sysdep/thread.h



This patch removes thread.h, which turns out not to be needed any more.

Signed-off-by: default avatarJeff Dike <jdike@linux.intel.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 42fda663
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -17,6 +17,5 @@

void foo(void)
{
	OFFSET(HOST_TASK_DEBUGREGS, task_struct, thread.arch.debugregs);
#include <common-offsets.h>
}
+2 −1
Original line number Diff line number Diff line
@@ -7,7 +7,8 @@
#define __SYS_SIGCONTEXT_I386_H

#include "uml-config.h"
#include <sysdep/sc.h>
#include "skas.h"
#include "sysdep/sc.h"

#define IP_RESTART_SYSCALL(ip) ((ip) -= 2)

+0 −8
Original line number Diff line number Diff line
#ifndef __UM_THREAD_H
#define __UM_THREAD_H

#include <kern_constants.h>

#define TASK_DEBUGREGS(task) ((unsigned long *) &(((char *) (task))[HOST_TASK_DEBUGREGS]))

#endif
+0 −6
Original line number Diff line number Diff line
#ifndef __UM_THREAD_H
#define __UM_THREAD_H

#include <kern_constants.h>

#endif
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
/* Grr, asm/user.h includes asm/ptrace.h, so has to follow ptrace_user.h */
#include <asm/user.h>
#include "kern_util.h"
#include "sysdep/thread.h"
#include "user.h"
#include "os.h"
#include "uml-config.h"