]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blobdiff - arch/um/include/asm/processor-generic.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
[can-eth-gw-linux.git] / arch / um / include / asm / processor-generic.h
index 1e82e954e97877994d77697ad621ccdc0ea168b2..c03cd5a02364493fe83c81261eb45c0689bcfed8 100644 (file)
@@ -26,7 +26,6 @@ struct thread_struct {
        jmp_buf *fault_catcher;
        struct task_struct *prev_sched;
        unsigned long temp_stack;
-       jmp_buf *exec_buf;
        struct arch_thread arch;
        jmp_buf switch_buf;
        int mm_count;
@@ -54,7 +53,6 @@ struct thread_struct {
        .fault_addr             = NULL, \
        .prev_sched             = NULL, \
        .temp_stack             = 0, \
-       .exec_buf               = NULL, \
        .arch                   = INIT_ARCH_THREAD, \
        .request                = { 0 } \
 }