iosapic.c (976e3645923bdd2fe7893aae33fd7a21098bfb28) iosapic.c (b3545192e2b4647234254c5122f8cbfddbcbdaa0)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * I/O SAPIC support.
4 *
5 * Copyright (C) 1999 Intel Corp.
6 * Copyright (C) 1999 Asit Mallick <asit.k.mallick@intel.com>
7 * Copyright (C) 2000-2002 J.I. Lee <jung-ik.lee@intel.com>
8 * Copyright (C) 1999-2000, 2002-2003 Hewlett-Packard Co.

--- 81 unchanged lines hidden (view full) ---

90#include <linux/memblock.h>
91
92#include <asm/delay.h>
93#include <asm/hw_irq.h>
94#include <asm/io.h>
95#include <asm/iosapic.h>
96#include <asm/processor.h>
97#include <asm/ptrace.h>
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * I/O SAPIC support.
4 *
5 * Copyright (C) 1999 Intel Corp.
6 * Copyright (C) 1999 Asit Mallick <asit.k.mallick@intel.com>
7 * Copyright (C) 2000-2002 J.I. Lee <jung-ik.lee@intel.com>
8 * Copyright (C) 1999-2000, 2002-2003 Hewlett-Packard Co.

--- 81 unchanged lines hidden (view full) ---

90#include <linux/memblock.h>
91
92#include <asm/delay.h>
93#include <asm/hw_irq.h>
94#include <asm/io.h>
95#include <asm/iosapic.h>
96#include <asm/processor.h>
97#include <asm/ptrace.h>
98#include <asm/xtp.h>
98
99#undef DEBUG_INTERRUPT_ROUTING
100
101#ifdef DEBUG_INTERRUPT_ROUTING
102#define DBG(fmt...) printk(fmt)
103#else
104#define DBG(fmt...)
105#endif

--- 1031 unchanged lines hidden ---
99
100#undef DEBUG_INTERRUPT_ROUTING
101
102#ifdef DEBUG_INTERRUPT_ROUTING
103#define DBG(fmt...) printk(fmt)
104#else
105#define DBG(fmt...)
106#endif

--- 1031 unchanged lines hidden ---