diff options
author | Michal Simek <monstr@monstr.eu> | 2009-03-27 14:25:32 +0100 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-03-27 14:25:32 +0100 |
commit | 8c4f92fe02394f7bc4c079d0ab943d4aea893f14 (patch) | |
tree | 2d49294b851a1df73945a4f20bc7ae217e2585d0 /arch/microblaze/include/asm/bug.h | |
parent | microblaze_v8: includes SHM*, msgbuf (diff) | |
download | linux-8c4f92fe02394f7bc4c079d0ab943d4aea893f14.tar.xz linux-8c4f92fe02394f7bc4c079d0ab943d4aea893f14.zip |
microblaze_v8: bug headers files
Reviewed-by: Ingo Molnar <mingo@elte.hu>
Acked-by: John Linn <john.linn@xilinx.com>
Acked-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Acked-by: John Williams <john.williams@petalogix.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/include/asm/bug.h')
-rw-r--r-- | arch/microblaze/include/asm/bug.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/bug.h b/arch/microblaze/include/asm/bug.h new file mode 100644 index 000000000000..8eb2cdde11d7 --- /dev/null +++ b/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 <linux/kernel.h> +#include <asm-generic/bug.h> + +#endif /* _ASM_MICROBLAZE_BUG_H */ |