]> err.no Git - linux-2.6/blobdiff - include/asm-powerpc/reg.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
[linux-2.6] / include / asm-powerpc / reg.h
index 72bfe3af0460fa65f1f1c232ac3e56fcd86bd236..bd467bf5cf5a7157465e39f7c461f306efb39aa8 100644 (file)
@@ -622,6 +622,10 @@ extern void ppc64_runlatch_off(void);
 extern unsigned long scom970_read(unsigned int address);
 extern void scom970_write(unsigned int address, unsigned long value);
 
+#else
+#define ppc64_runlatch_on()
+#define ppc64_runlatch_off()
+
 #endif /* CONFIG_PPC64 */
 
 #define __get_SP()     ({unsigned long sp; \