From 88e41a8c37678b26bb851bf5d4fcb5ba64e012e5 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 27 Mar 2009 14:25:18 +0100 Subject: [PATCH] --- yaml --- r: 143011 b: refs/heads/master c: 93139b1cf85924a3cc758c9a83b8c7b689987729 h: refs/heads/master i: 143009: 4b250ba66525e30ec094530b39e600fa41b93638 143007: a29d2963ac6697ee3f49b321a4ff751971f2bf8c v: v3 --- [refs] | 2 +- trunk/arch/microblaze/include/asm/lmb.h | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 trunk/arch/microblaze/include/asm/lmb.h diff --git a/[refs] b/[refs] index 8e0300ec82f2..6fbd7986d92d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f6b165c6ae540c607a9a62427f1b25bc5743c0aa +refs/heads/master: 93139b1cf85924a3cc758c9a83b8c7b689987729 diff --git a/trunk/arch/microblaze/include/asm/lmb.h b/trunk/arch/microblaze/include/asm/lmb.h new file mode 100644 index 000000000000..a0a0a929c293 --- /dev/null +++ b/trunk/arch/microblaze/include/asm/lmb.h @@ -0,0 +1,17 @@ +/* + * Copyright (C) 2008 Michal Simek + * + * 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 */ + +