[PATCH 13/58] microblaze_v5: lmb support

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: monstr
Date: Tuesday, July 8, 2008 - 4:59 am

From: Michal Simek <monstr@monstr.eu>

Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
---
 include/asm-microblaze/lmb.h |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
 create mode 100644 include/asm-microblaze/lmb.h

diff --git a/include/asm-microblaze/lmb.h b/include/asm-microblaze/lmb.h
new file mode 100644
index 0000000..a0a0a92
--- /dev/null
+++ b/include/asm-microblaze/lmb.h
@@ -0,0 +1,17 @@
+/*
+ * Copyright (C) 2008 Michal Simek <monstr@monstr.eu>
+ *
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
+ * for more details.
+ */
+
+#ifndef _ASM_MICROBLAZE_LMB_H
+#define _ASM_MICROBLAZE_LMB_H
+
+/* LMB limit is OFF */
+#define LMB_REAL_LIMIT	0xFFFFFFFF
+
+#endif /* _ASM_MICROBLAZE_LMB_H */
+
+
-- 
1.5.4.GIT

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
microblaze_v5: Status message, monstr, (Tue Jul 8, 4:59 am)
[PATCH 01/58] microblaze_v5: Kconfig patches, monstr, (Tue Jul 8, 4:59 am)
[PATCH 03/58] microblaze_v5: Cpuinfo handling, monstr, (Tue Jul 8, 4:59 am)
[PATCH 08/58] microblaze_v5: Signal support, monstr, (Tue Jul 8, 4:59 am)
[PATCH 10/58] microblaze_v5: cache support, monstr, (Tue Jul 8, 4:59 am)
[PATCH 13/58] microblaze_v5: lmb support, monstr, (Tue Jul 8, 4:59 am)
[PATCH 15/58] microblaze_v5: defconfig file, monstr, (Tue Jul 8, 4:59 am)
[PATCH 18/58] microblaze_v5: checksum support, monstr, (Tue Jul 8, 4:59 am)
[PATCH 20/58] microblaze_v5: uaccess files, monstr, (Tue Jul 8, 4:59 am)
[PATCH 21/58] microblaze_v5: heartbeat file, monstr, (Tue Jul 8, 4:59 am)
[PATCH 23/58] microblaze_v5: asm-offsets, monstr, (Tue Jul 8, 4:59 am)
[PATCH 25/58] microblaze_v5: time support, monstr, (Tue Jul 8, 4:59 am)
[PATCH 26/58] microblaze_v5: virtualization, monstr, (Tue Jul 8, 4:59 am)
[PATCH 27/58] microblaze_v5: ptrace support, monstr, (Tue Jul 8, 4:59 am)
[PATCH 28/58] microblaze_v5: traps support, monstr, (Tue Jul 8, 4:59 am)
[PATCH 34/58] microblaze_v5: ioctl support, monstr, (Tue Jul 8, 4:59 am)
[PATCH 37/58] microblaze_v5: dma support, monstr, (Tue Jul 8, 4:59 am)
[PATCH 38/58] microblaze_v5: headers for irq, monstr, (Tue Jul 8, 4:59 am)
[PATCH 43/58] microblaze_v5: stats headers, monstr, (Tue Jul 8, 4:59 am)
[PATCH 49/58] microblaze_v5: pool.h socket.h, monstr, (Tue Jul 8, 4:59 am)
Re: microblaze_v5: Status message, Michal Simek, (Tue Jul 8, 12:43 pm)
Re: [PATCH 19/58] microblaze_v5: early_printk support, John Williams, (Tue Jul 8, 4:47 pm)