f9d6e5f83b
It turns out that essentially none of the x86_64 bugs.c is needed. So, we can delete most of it. Signed-off-by: Jeff Dike <jdike@linux.intel.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
20 lines
236 B
C
20 lines
236 B
C
/*
|
|
* Copyright 2003 PathScale, Inc.
|
|
*
|
|
* Licensed under the GPL
|
|
*/
|
|
|
|
#include "sysdep/ptrace.h"
|
|
|
|
void arch_init_thread(void)
|
|
{
|
|
}
|
|
|
|
void arch_check_bugs(void)
|
|
{
|
|
}
|
|
|
|
int arch_handle_signal(int sig, union uml_pt_regs *regs)
|
|
{
|
|
return 0;
|
|
}
|