summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2008-02-26 11:08:45 +0100
committerPaul Mackerras <paulus@samba.org>2008-02-26 11:08:45 +0100
commitf8303dd3db57bd7ab2062985ad7a9e898a8ac423 (patch)
treeb92086100ed44c8647dba61a21e560923daa336a /include/asm-sparc64
parentLinux 2.6.25-rc3 (diff)
parent[LMB]: Fix lmb_add_region if region should be added at the head (diff)
downloadlinux-f8303dd3db57bd7ab2062985ad7a9e898a8ac423.tar.xz
linux-f8303dd3db57bd7ab2062985ad7a9e898a8ac423.zip
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/lmb-2.6
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r--include/asm-sparc64/lmb.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asm-sparc64/lmb.h b/include/asm-sparc64/lmb.h
new file mode 100644
index 000000000000..6a352cbcf520
--- /dev/null
+++ b/include/asm-sparc64/lmb.h
@@ -0,0 +1,10 @@
+#ifndef _SPARC64_LMB_H
+#define _SPARC64_LMB_H
+
+#include <asm/oplib.h>
+
+#define LMB_DBG(fmt...) prom_printf(fmt)
+
+#define LMB_REAL_LIMIT 0
+
+#endif /* !(_SPARC64_LMB_H) */