2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
6 * Copyright (C) 2003 Ralf Baechle
8 #ifndef _ASM_ASMMACRO_H
9 #define _ASM_ASMMACRO_H
11 #include <linux/config.h>
12 #include <asm/hazards.h>
15 #include <asm/asmmacro-32.h>
18 #include <asm/asmmacro-64.h>
21 .macro local_irq_enable reg=t0
28 .macro local_irq_disable reg=t0
37 .macro fpu_enable_hazard
47 .macro fpu_enable_hazard
51 #endif /* _ASM_ASMMACRO_H */