2010-03-25 22:12:41 +08:00
|
|
|
/*
|
|
|
|
* Low-level IRQ helper macros for Cavium Networks platforms
|
|
|
|
*
|
|
|
|
* Copyright 2008 Cavium Networks
|
|
|
|
*
|
|
|
|
* This file is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License, Version 2, as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <mach/hardware.h>
|
2010-11-16 07:54:55 +08:00
|
|
|
#include <asm/hardware/entry-macro-gic.S>
|
2010-03-25 22:12:41 +08:00
|
|
|
|
|
|
|
.macro disable_fiq
|
|
|
|
.endm
|
|
|
|
|
|
|
|
.macro arch_ret_to_user, tmp1, tmp2
|
|
|
|
.endm
|