From ac6d9a0755e0b0a06105bc5f20de3386ee67a2f5 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 27 Mar 2009 14:25:32 +0100 Subject: [PATCH] --- yaml --- r: 143031 b: refs/heads/master c: 8c4f92fe02394f7bc4c079d0ab943d4aea893f14 h: refs/heads/master i: 143029: 0846c4aa0a86e674a825136d004ae77434534d71 143027: d35261158d033bbe661dc8a9b523694b74aeaee4 143023: 1640b9e656eea1b5590e11aa99f0739b206a98ab v: v3 --- [refs] | 2 +- trunk/arch/microblaze/include/asm/bug.h | 15 +++++++++++++++ trunk/arch/microblaze/include/asm/bugs.h | 17 +++++++++++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 trunk/arch/microblaze/include/asm/bug.h create mode 100644 trunk/arch/microblaze/include/asm/bugs.h diff --git a/[refs] b/[refs] index d9c654a17dc9..87bc4d435c4b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9b8a45d92718e473d465d47f20e3eaca98ec63b5 +refs/heads/master: 8c4f92fe02394f7bc4c079d0ab943d4aea893f14 diff --git a/trunk/arch/microblaze/include/asm/bug.h b/trunk/arch/microblaze/include/asm/bug.h new file mode 100644 index 000000000000..8eb2cdde11d7 --- /dev/null +++ b/trunk/arch/microblaze/include/asm/bug.h @@ -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 +#include + +#endif /* _ASM_MICROBLAZE_BUG_H */ diff --git a/trunk/arch/microblaze/include/asm/bugs.h b/trunk/arch/microblaze/include/asm/bugs.h new file mode 100644 index 000000000000..f2c6593653fb --- /dev/null +++ b/trunk/arch/microblaze/include/asm/bugs.h @@ -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 */