diff options
author | Paul Mackerras <paulus@samba.org> | 2008-02-26 05:08:45 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-02-26 05:08:45 -0500 |
commit | f8303dd3db57bd7ab2062985ad7a9e898a8ac423 (patch) | |
tree | b92086100ed44c8647dba61a21e560923daa336a /include/asm-sparc64 | |
parent | bfa274e2436fc7ef72ef51c878083647f1cfd429 (diff) | |
parent | 74b20dad1c4cc0fd13ceca62fbab808919e1a7ea (diff) |
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.h | 10 |
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 @@ | |||
1 | #ifndef _SPARC64_LMB_H | ||
2 | #define _SPARC64_LMB_H | ||
3 | |||
4 | #include <asm/oplib.h> | ||
5 | |||
6 | #define LMB_DBG(fmt...) prom_printf(fmt) | ||
7 | |||
8 | #define LMB_REAL_LIMIT 0 | ||
9 | |||
10 | #endif /* !(_SPARC64_LMB_H) */ | ||