|
@@ -26,7 +26,7 @@ void get_term_dimensions(struct winsize *ws);
|
|
#endif
|
|
#endif
|
|
|
|
|
|
#ifdef __powerpc__
|
|
#ifdef __powerpc__
|
|
-#include "../../arch/powerpc/include/asm/unistd.h"
|
|
|
|
|
|
+#include "../../arch/powerpc/include/uapi/asm/unistd.h"
|
|
#define rmb() asm volatile ("sync" ::: "memory")
|
|
#define rmb() asm volatile ("sync" ::: "memory")
|
|
#define cpu_relax() asm volatile ("" ::: "memory");
|
|
#define cpu_relax() asm volatile ("" ::: "memory");
|
|
#define CPUINFO_PROC "cpu"
|
|
#define CPUINFO_PROC "cpu"
|