Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9b8a45d92718e473d465d47f20e3eaca98ec63b5
refs/heads/master: 8c4f92fe02394f7bc4c079d0ab943d4aea893f14
15 changes: 15 additions & 0 deletions trunk/arch/microblaze/include/asm/bug.h
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 */
17 changes: 17 additions & 0 deletions trunk/arch/microblaze/include/asm/bugs.h
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 */

0 comments on commit ac6d9a0

Please sign in to comment.