]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc/processor.h
ide: mark "idebus=" kernel parameter as obsoleted (take 2)
[linux-2.6-omap-h63xx.git] / include / asm-sparc / processor.h
index 40b1e41fdea7037e8d361c372674dd8cb55e39de..e3006979709b6fe4777e580c726895bc210e30a5 100644 (file)
@@ -13,8 +13,6 @@
  */
 #define current_text_addr() ({ void *pc; __asm__("sethi %%hi(1f), %0; or %0, %%lo(1f), %0;\n1:" : "=r" (pc)); pc; })
 
-#include <linux/a.out.h>
-
 #include <asm/psr.h>
 #include <asm/ptrace.h>
 #include <asm/head.h>
@@ -67,7 +65,6 @@ struct thread_struct {
        struct fpq      fpqueue[16];
        unsigned long flags;
        mm_segment_t current_ds;
-       struct exec core_exec;     /* just what it says. */
        int new_signal;
 };