|
@@ -19,7 +19,9 @@
|
|
#include <asm/glue-df.h>
|
|
#include <asm/glue-df.h>
|
|
#include <asm/glue-pf.h>
|
|
#include <asm/glue-pf.h>
|
|
#include <asm/vfpmacros.h>
|
|
#include <asm/vfpmacros.h>
|
|
|
|
+#ifndef CONFIG_MULTI_IRQ_HANDLER
|
|
#include <mach/entry-macro.S>
|
|
#include <mach/entry-macro.S>
|
|
|
|
+#endif
|
|
#include <asm/thread_notify.h>
|
|
#include <asm/thread_notify.h>
|
|
#include <asm/unwind.h>
|
|
#include <asm/unwind.h>
|
|
#include <asm/unistd.h>
|
|
#include <asm/unistd.h>
|
|
@@ -1101,7 +1103,6 @@ __stubs_start:
|
|
* get out of that mode without clobbering one register.
|
|
* get out of that mode without clobbering one register.
|
|
*/
|
|
*/
|
|
vector_fiq:
|
|
vector_fiq:
|
|
- disable_fiq
|
|
|
|
subs pc, lr, #4
|
|
subs pc, lr, #4
|
|
|
|
|
|
/*=============================================================================
|
|
/*=============================================================================
|