softirq.c (860dbce3d8dd90cb9e909c58fa79808766243651) | softirq.c (767a67b0b35520348dc3b28dcba06454b0f9023d) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-only |
|
1/* 2 * linux/kernel/softirq.c 3 * 4 * Copyright (C) 1992 Linus Torvalds 5 * | 2/* 3 * linux/kernel/softirq.c 4 * 5 * Copyright (C) 1992 Linus Torvalds 6 * |
6 * Distribute under GPLv2. 7 * | |
8 * Rewritten. Old one was good in 2.2, but in 2.3 it was immoral. --ANK (990903) 9 */ 10 11#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 12 13#include <linux/export.h> 14#include <linux/kernel_stat.h> 15#include <linux/interrupt.h> --- 699 unchanged lines hidden --- | 7 * Rewritten. Old one was good in 2.2, but in 2.3 it was immoral. --ANK (990903) 8 */ 9 10#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 11 12#include <linux/export.h> 13#include <linux/kernel_stat.h> 14#include <linux/interrupt.h> --- 699 unchanged lines hidden --- |