Rev 1787 | Rev 1837 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1787 | Rev 1812 | ||
|---|---|---|---|
| Line 24... | Line 24... | ||
| 24 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
24 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | */ |
27 | */ |
| 28 | 28 | ||
| 29 | /** @addtogroup mips32 |
29 | /** @addtogroup mips32 |
| 30 | * @{ |
30 | * @{ |
| 31 | */ |
31 | */ |
| 32 | /** @file |
32 | /** @file |
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| Line 52... | Line 52... | ||
| 52 | #include <arch/interrupt.h> |
52 | #include <arch/interrupt.h> |
| 53 | #include <arch/drivers/arc.h> |
53 | #include <arch/drivers/arc.h> |
| 54 | #include <console/chardev.h> |
54 | #include <console/chardev.h> |
| 55 | #include <arch/debugger.h> |
55 | #include <arch/debugger.h> |
| 56 | #include <genarch/fb/fb.h> |
56 | #include <genarch/fb/fb.h> |
| 57 | #include <debug.h> |
57 | #include <macros.h> |
| 58 | 58 | ||
| 59 | #include <arch/asm/regname.h> |
59 | #include <arch/asm/regname.h> |
| 60 | 60 | ||
| 61 | /* Size of the code jumping to the exception handler code |
61 | /* Size of the code jumping to the exception handler code |
| 62 | * - J+NOP |
62 | * - J+NOP |
| Line 178... | Line 178... | ||
| 178 | { |
178 | { |
| 179 | return 0; |
179 | return 0; |
| 180 | } |
180 | } |
| 181 | 181 | ||
| 182 | 182 | ||
| 183 | /** @} |
183 | /** @} |
| 184 | */ |
184 | */ |
| 185 | - | ||