* bugs.
*
*/
+#ifndef _ASM_PPC64_BUGS_H
+#define _ASM_PPC64_BUGS_H
static void check_bugs(void) {
}
+
+#endif /* _ASM_PPC64_BUGS_H */
+#ifndef _PPC64_HVCALL_H
+#define _PPC64_HVCALL_H
#define H_Success 0
#define H_Busy 1 /* Hardware busy -- retry later */
unsigned long *out3,
unsigned long *out4);
+#endif /* _PPC64_HVCALL_H */
-#ifndef __ARCH_I386_PERCPU__
-#define __ARCH_I386_PERCPU__
+#ifndef __ARCH_PPC64_PERCPU__
+#define __ARCH_PPC64_PERCPU__
#include <asm-generic/percpu.h>
-#endif /* __ARCH_I386_PERCPU__ */
+#endif /* __ARCH_PPC64_PERCPU__ */
* 2 of the License, or (at your option) any later version.
*/
+#ifndef _PPC64_PPC_ASM_H
+#define _PPC64_PPC_ASM_H
/*
* Macros for storing registers into and loading registers from
* exception frames.
#define vr29 29
#define vr30 30
#define vr31 31
+
+#endif /* _PPC64_PPC_ASM_H */
* this archive for more details.
*/
+#ifndef _PPC64_PTRACE_COMMON_H
+#define _PPC64_PTRACE_COMMON_H
/*
* Set of msr bits that gdb can change on behalf of a process.
*/
if (regs != NULL)
regs->msr &= ~MSR_SE;
}
+
+#endif /* _PPC64_PTRACE_COMMON_H */
/*
- * include/asm-ppc/serial.h
+ * include/asm-ppc64/serial.h
*/
+#ifndef _PPC64_SERIAL_H
+#define _PPC64_SERIAL_H
#include <linux/config.h>
EXTRA_SERIAL_PORT_DEFNS \
HUB6_SERIAL_PORT_DFNS \
MCA_SERIAL_PORT_DFNS
+
+#endif /* _PPC64_SERIAL_H */