2 * Copyright (C) 2004 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3 * Licensed under the GPL
8 #include "sysdep/stub.h"
9 #include "sysdep/faultinfo.h"
10 #include "sysdep/sigcontext.h"
12 void __attribute__ ((__section__ (".__syscall_stub")))
13 stub_segv_handler(int sig)
17 __asm__ __volatile__("movq %%rdx, %0" : "=g" (uc) :);
18 GET_FAULTINFO_FROM_SC(*((struct faultinfo *) STUB_DATA),