ARM i.MX entry-macro.S: remove now unused code
[deliverable/linux.git] / arch / arm / plat-mxc / include / mach / entry-macro.S
CommitLineData
52c543f9
QJ
1/*
2 * Copyright (C) 2007 Lennert Buytenhek <buytenh@wantstofly.org>
a003708a 3 * Copyright 2004-2009 Freescale Semiconductor, Inc. All Rights Reserved.
52c543f9
QJ
4 */
5
6/*
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
10 */
11
05822c83 12/* Unused, we use CONFIG_MULTI_IRQ_HANDLER */
a2449091 13
52c543f9
QJ
14 .macro disable_fiq
15 .endm
16
17 .macro get_irqnr_preamble, base, tmp
18 .endm
19
20 .macro arch_ret_to_user, tmp1, tmp2
21 .endm
22
52c543f9 23 .macro get_irqnr_and_base, irqnr, irqstat, base, tmp
52c543f9 24 .endm
This page took 0.408919 seconds and 5 git commands to generate.