-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 143011 b: refs/heads/master c: 93139b1 h: refs/heads/master i: 143009: 4b250ba 143007: a29d296 v: v3
- Loading branch information
Michal Simek
committed
Mar 27, 2009
1 parent
a61cb51
commit 88e41a8
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --- | ||
| refs/heads/master: f6b165c6ae540c607a9a62427f1b25bc5743c0aa | ||
| refs/heads/master: 93139b1cf85924a3cc758c9a83b8c7b689987729 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 */ | ||
|
|
||
|
|