/* * vectors.c * * Copyright (C) 1993, 1994 by Hamish Macdonald * * 68040 fixes by Michael Rausch * 68040 fixes by Martin Apel * 68040 fixes and writeback by Richard Zidlicky * 68060 fixes by Roman Hodek * 68060 fixes by Jesper Skov * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive * for more details.
*/
/* * Sets up all exception vectors
*/ #include <linux/cpu.h> #include <linux/sched.h> #include <linux/kernel.h> #include <linux/linkage.h> #include <linux/init.h> #include <linux/kallsyms.h>
/* nmi handler for the Amiga */ asm(".text\n"
__ALIGN_STR "\n" "nmihandler: rte");
/* * this must be called very early as the kernel might * use some instruction that are emulated on the 060 * and so we're prepared for early probe attempts (e.g. nf_init).
*/ void __init base_trap_init(void)
{ if (MACH_IS_SUN3X) { extern e_vector *sun3x_prom_vbr;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.