Subversion Repositories HelenOS-historic

Rev

Rev 1667 | Rev 1754 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1667 Rev 1702
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 ia32  
-
 
30
 * @{
-
 
31
 */
-
 
32
/** @file
-
 
33
 */
-
 
34
 
29
#include <arch/drivers/i8259.h>
35
#include <arch/drivers/i8259.h>
30
#include <cpu.h>
36
#include <cpu.h>
31
#include <arch/types.h>
37
#include <arch/types.h>
32
#include <arch/asm.h>
38
#include <arch/asm.h>
33
#include <arch.h>
39
#include <arch.h>
Line 122... Line 128...
122
{
128
{
123
#ifdef CONFIG_DEBUG
129
#ifdef CONFIG_DEBUG
124
    printf("cpu%d: PIC spurious interrupt\n", CPU->id);
130
    printf("cpu%d: PIC spurious interrupt\n", CPU->id);
125
#endif
131
#endif
126
}
132
}
-
 
133
 
-
 
134
 /** @}
-
 
135
 */
-
 
136