diff options
author | Chris Zankel <czankel@tensilica.com> | 2006-12-10 11:18:47 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-10 18:55:39 +0100 |
commit | fd43fe19b830d6cd0eba08a6c6a5f71a6bd9c1b0 (patch) | |
tree | 5225910274cbf362143a80b95b6b38c4a7d22e6d /arch/xtensa/kernel/vmlinux.lds.S | |
parent | [PATCH] read_zero_pagealigned() locking fix (diff) | |
download | linux-fd43fe19b830d6cd0eba08a6c6a5f71a6bd9c1b0.tar.xz linux-fd43fe19b830d6cd0eba08a6c6a5f71a6bd9c1b0.zip |
[PATCH] xtensa: fix irq and misc fixes
Update the architecture specific interrupt handling code for Xtensa to support
the new API. Use generic BUG macros in bug.h, and some minor fixes.
Signed-off-by: Chris Zankel <chris@zankel.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/xtensa/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/xtensa/kernel/vmlinux.lds.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/xtensa/kernel/vmlinux.lds.S b/arch/xtensa/kernel/vmlinux.lds.S index cfe75f528725..e01131fec69e 100644 --- a/arch/xtensa/kernel/vmlinux.lds.S +++ b/arch/xtensa/kernel/vmlinux.lds.S @@ -17,6 +17,7 @@ #include <asm-generic/vmlinux.lds.h> #define _NOCLANGUAGE +#undef __ASSEMBLER__ #include <xtensa/config/core.h> #include <xtensa/config/system.h> OUTPUT_ARCH(xtensa) |