diff options
Diffstat (limited to 'arch/arm/mach-cns3xxx/include/mach/entry-macro.S')
-rw-r--r-- | arch/arm/mach-cns3xxx/include/mach/entry-macro.S | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/mach-cns3xxx/include/mach/entry-macro.S b/arch/arm/mach-cns3xxx/include/mach/entry-macro.S new file mode 100644 index 00000000000..d87bfc397d3 --- /dev/null +++ b/arch/arm/mach-cns3xxx/include/mach/entry-macro.S | |||
@@ -0,0 +1,17 @@ | |||
1 | /* | ||
2 | * Low-level IRQ helper macros for Cavium Networks platforms | ||
3 | * | ||
4 | * Copyright 2008 Cavium Networks | ||
5 | * | ||
6 | * This file is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License, Version 2, as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | ||
10 | |||
11 | #include <asm/hardware/entry-macro-gic.S> | ||
12 | |||
13 | .macro disable_fiq | ||
14 | .endm | ||
15 | |||
16 | .macro arch_ret_to_user, tmp1, tmp2 | ||
17 | .endm | ||