commit | f9aa7e1882f3ceec919b30f64a2ce6e66a2571b1 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Wed Mar 28 18:30:03 2012 +0100 |
committer | David Howells <dhowells@redhat.com> | Wed Mar 28 18:30:03 2012 +0100 |
tree | d9b1e03d15102703722e39883ac719be52615e1a | |
parent | 8978bfd2288adaa24d39fa15f57eb9e24ffeca12 [diff] [blame] |
Disintegrate asm/system.h for Xtensa Disintegrate asm/system.h for Xtensa. Signed-off-by: David Howells <dhowells@redhat.com> cc: Chris Zankel <chris@zankel.net>
diff --git a/arch/xtensa/include/asm/setup.h b/arch/xtensa/include/asm/setup.h index e363652..9fa8ad9 100644 --- a/arch/xtensa/include/asm/setup.h +++ b/arch/xtensa/include/asm/setup.h
@@ -13,4 +13,6 @@ #define COMMAND_LINE_SIZE 256 +extern void set_except_vector(int n, void *addr); + #endif