-
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: 143031 b: refs/heads/master c: 8c4f92f h: refs/heads/master i: 143029: 0846c4a 143027: d352611 143023: 1640b9e v: v3
- Loading branch information
Michal Simek
committed
Mar 27, 2009
1 parent
4f297f4
commit ac6d9a0
Showing
3 changed files
with
33 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: 9b8a45d92718e473d465d47f20e3eaca98ec63b5 | ||
refs/heads/master: 8c4f92fe02394f7bc4c079d0ab943d4aea893f14 |
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,15 @@ | ||
/* | ||
* Copyright (C) 2006 Atmark Techno, Inc. | ||
* | ||
* 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_BUG_H | ||
#define _ASM_MICROBLAZE_BUG_H | ||
|
||
#include <linux/kernel.h> | ||
#include <asm-generic/bug.h> | ||
|
||
#endif /* _ASM_MICROBLAZE_BUG_H */ |
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) 2006 Atmark Techno, Inc. | ||
* | ||
* 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_BUGS_H | ||
#define _ASM_MICROBLAZE_BUGS_H | ||
|
||
static inline void check_bugs(void) | ||
{ | ||
/* nothing to do */ | ||
} | ||
|
||
#endif /* _ASM_MICROBLAZE_BUGS_H */ |