summaryrefslogtreecommitdiff
path: root/tools/include/linux/hardirq.h
diff options
context:
space:
mode:
authorSasha Levin <sashal@kernel.org>2021-12-09 11:51:13 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2021-12-09 09:37:49 -0800
commit3a49cc22d31eccceb856f468be0646faa2d4643f (patch)
treefd21f12ff69cb2d7373f0509451902bbbaa22a32 /tools/include/linux/hardirq.h
parent2a987e65025e2b79c6d453b78cb5985ac6e5eb26 (diff)
tools/lib/lockdep: drop leftover liblockdep headers
Clean up remaining headers that are specific to liblockdep but lived in the shared header directory. These are all unused after the liblockdep code was removed in commit 7246f4dcaccc ("tools/lib/lockdep: drop liblockdep"). Note that there are still headers that were originally created for liblockdep, that still have liblockdep references, but they are used by other tools/ code at this point. Signed-off-by: Sasha Levin <sashal@kernel.org> Cc: Ingo Molnar <mingo@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/include/linux/hardirq.h')
-rw-r--r--tools/include/linux/hardirq.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/include/linux/hardirq.h b/tools/include/linux/hardirq.h
deleted file mode 100644
index b25580b6a9be..000000000000
--- a/tools/include/linux/hardirq.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _LIBLOCKDEP_LINUX_HARDIRQ_H_
-#define _LIBLOCKDEP_LINUX_HARDIRQ_H_
-
-#define SOFTIRQ_BITS 0UL
-#define HARDIRQ_BITS 0UL
-#define SOFTIRQ_SHIFT 0UL
-#define HARDIRQ_SHIFT 0UL
-#define hardirq_count() 0UL
-#define softirq_count() 0UL
-
-#endif