interrupt.c (577157659fb0ace3b88dd75e2c6cb1af84b3040d) | interrupt.c (2a08ea69a3e448a5cc94e5da9eccc40cf13f9532) |
---|---|
1/* 2 * PS3 interrupt routines. 3 * 4 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 * Copyright 2006 Sony Corp. 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 as published by --- 10 unchanged lines hidden (view full) --- 19 */ 20 21#include <linux/kernel.h> 22#include <linux/module.h> 23#include <linux/irq.h> 24 25#include <asm/machdep.h> 26#include <asm/udbg.h> | 1/* 2 * PS3 interrupt routines. 3 * 4 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 * Copyright 2006 Sony Corp. 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 as published by --- 10 unchanged lines hidden (view full) --- 19 */ 20 21#include <linux/kernel.h> 22#include <linux/module.h> 23#include <linux/irq.h> 24 25#include <asm/machdep.h> 26#include <asm/udbg.h> |
27#include <asm/ps3.h> | |
28#include <asm/lv1call.h> 29 30#include "platform.h" 31 32#if defined(DEBUG) 33#define DBG(fmt...) udbg_printf(fmt) 34#else 35#define DBG(fmt...) do{if(0)printk(fmt);}while(0) --- 589 unchanged lines hidden --- | 27#include <asm/lv1call.h> 28 29#include "platform.h" 30 31#if defined(DEBUG) 32#define DBG(fmt...) udbg_printf(fmt) 33#else 34#define DBG(fmt...) do{if(0)printk(fmt);}while(0) --- 589 unchanged lines hidden --- |