|
@@ -8,9 +8,6 @@
|
|
|
|
|
|
#ifndef __ASSEMBLY__
|
|
|
|
|
|
-#include <linux/percpu.h>
|
|
|
-#include <linux/threads.h>
|
|
|
-
|
|
|
typedef struct {
|
|
|
/* Dcache line 1 */
|
|
|
unsigned int __softirq_pending; /* must be 1st, see rtrap.S */
|
|
@@ -35,8 +32,6 @@ DECLARE_PER_CPU(cpuinfo_sparc, __cpu_data);
|
|
|
#define cpu_data(__cpu) per_cpu(__cpu_data, (__cpu))
|
|
|
#define local_cpu_data() __get_cpu_var(__cpu_data)
|
|
|
|
|
|
-extern const struct seq_operations cpuinfo_op;
|
|
|
-
|
|
|
#endif /* !(__ASSEMBLY__) */
|
|
|
|
|
|
#include <asm/trap_block.h>
|