// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 1992, 1998-2006 Linus Torvalds, Ingo Molnar * Copyright (C) 2005-2006, Thomas Gleixner, Russell King * * This file contains the dummy interrupt chip implementation
*/ #include <linux/interrupt.h> #include <linux/irq.h> #include <linux/export.h>
#include"internals.h"
/* * What should we do if we get a hw irq event on an illegal vector? * Each architecture has to answer this themselves.
*/ staticvoid ack_bad(struct irq_data *data)
{ struct irq_desc *desc = irq_data_to_desc(data);
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.