···11231123 * p15 - used to track flag status.11241124 *11251125 * If you patch this code to use more registers, do not forget to update11261126- * the clobber lists for spin_lock() in include/asm-ia64/spinlock.h.11261126+ * the clobber lists for spin_lock() in arch/ia64/include/asm/spinlock.h.11271127 */1128112811291129#if (__GNUC__ == 3 && __GNUC_MINOR__ < 3)
+1-1
arch/ia64/kernel/iosapic.c
···6969 * systems, we use one-to-one mapping between IA-64 vector and IRQ. A7070 * platform can implement platform_irq_to_vector(irq) and7171 * platform_local_vector_to_irq(vector) APIs to differentiate the mapping.7272- * Please see also include/asm-ia64/hw_irq.h for those APIs.7272+ * Please see also arch/ia64/include/asm/hw_irq.h for those APIs.7373 *7474 * To sum up, there are three levels of mappings involved:7575 *
+1-1
arch/ia64/kernel/jprobes.S
···4545 * to the correct location.4646 */4747#include <asm/asmmacro.h>4848-#include <asm-ia64/break.h>4848+#include <asm/break.h>49495050 /*5151 * void jprobe_break(void)
···314314 *315315 * Setup the reserved memory areas set aside for the boot parameters,316316 * initrd, etc. There are currently %IA64_MAX_RSVD_REGIONS defined,317317- * see include/asm-ia64/meminit.h if you need to define more.317317+ * see arch/ia64/include/asm/meminit.h if you need to define more.318318 */319319void __init320320reserve_memory (void)
+1-1
arch/ia64/sn/kernel/iomv.c
···6363/**6464 * __sn_mmiowb - I/O space memory barrier6565 *6666- * See include/asm-ia64/io.h and Documentation/DocBook/deviceiobook.tmpl6666+ * See arch/ia64/include/asm/io.h and Documentation/DocBook/deviceiobook.tmpl6767 * for details.6868 *6969 * On SN2, we wait for the PIO_WRITE_STATUS SHub register to clear.
···11/*22- * include/asm-ia64/cputime.h:33- * Definitions for measuring cputime on ia64 machines.22+ * Definitions for measuring cputime on ia64 machines.43 *54 * Based on <asm-powerpc/cputime.h>.65 *
···11#ifndef _IA64_KDEBUG_H22#define _IA64_KDEBUG_H 133/*44- * include/asm-ia64/kdebug.h55- *64 * This program is free software; you can redistribute it and/or modify75 * it under the terms of the GNU General Public License as published by86 * the Free Software Foundation; either version 2 of the License, or
···22#define _ASM_KPROBES_H33/*44 * Kernel Probes (KProbes)55- * include/asm-ia64/kprobes.h65 *76 * This program is free software; you can redistribute it and/or modify87 * it under the terms of the GNU General Public License as published by
···22#define __IA64_KVM_PARA_H3344/*55- * asm-ia64/kvm_para.h66- *75 * Copyright (C) 2007 Xiantao Zhang <xiantao.zhang@intel.com>86 *97 * This program is free software; you can redistribute it and/or modify it
···11/******************************************************************************22- * include/asm-ia64/native/inst.h22+ * arch/ia64/include/asm/native/inst.h33 *44 * Copyright (c) 2008 Isaku Yamahata <yamahata at valinux co jp>55 * VA Linux Systems Japan K.K.
···11/******************************************************************************22- * include/asm-ia64/native/irq.h22+ * arch/ia64/include/asm/native/irq.h33 *44 * Copyright (c) 2008 Isaku Yamahata <yamahata at valinux co jp>55 * VA Linux Systems Japan K.K.···1717 * You should have received a copy of the GNU General Public License1818 * along with this program; if not, write to the Free Software1919 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA2020- *2121- * moved from linux/include/asm-ia64/irq.h.2220 */23212422#ifndef _ASM_IA64_NATIVE_IRQ_H
···11/******************************************************************************22- * include/asm-ia64/paravirt.h33- *42 * Copyright (c) 2008 Isaku Yamahata <yamahata at valinux co jp>53 * VA Linux Systems Japan K.K.64 *
···11/******************************************************************************22- * include/asm-ia64/paravirt_privops.h33- *42 * Copyright (c) 2008 Isaku Yamahata <yamahata at valinux co jp>53 * VA Linux Systems Japan K.K.64 *
···10941094/*10951095 * This is the access point to the Altix PROM hardware performance10961096 * and status monitoring interface. For info on using this, see10971097- * include/asm-ia64/sn/sn2/sn_hwperf.h10971097+ * arch/ia64/include/asm/sn/sn2/sn_hwperf.h10981098 */10991099static inline int11001100ia64_sn_hwperf_op(nasid_t nasid, u64 opcode, u64 a0, u64 a1, u64 a2,
···11/*22- * include/asm-ia64/xor.h33- *42 * Optimized RAID-5 checksumming functions for IA-64.53 *64 * This program is free software; you can redistribute it and/or modify