|
@@ -39,10 +39,9 @@
|
|
#endif /* CONFIG_PPC64 */
|
|
#endif /* CONFIG_PPC64 */
|
|
|
|
|
|
#ifndef __ASSEMBLY__
|
|
#ifndef __ASSEMBLY__
|
|
-#include <linux/compiler.h>
|
|
|
|
-#include <linux/cache.h>
|
|
|
|
|
|
+#include <linux/types.h>
|
|
|
|
+#include <asm/thread_info.h>
|
|
#include <asm/ptrace.h>
|
|
#include <asm/ptrace.h>
|
|
-#include <asm/types.h>
|
|
|
|
#include <asm/hw_breakpoint.h>
|
|
#include <asm/hw_breakpoint.h>
|
|
|
|
|
|
/* We do _not_ want to define new machine types at all, those must die
|
|
/* We do _not_ want to define new machine types at all, those must die
|