]> Git Repo - linux.git/commitdiff
um: Remove unused asm/archparam.h header
authorTiwei Bie <[email protected]>
Mon, 13 Jan 2025 15:32:18 +0000 (23:32 +0800)
committerJohannes Berg <[email protected]>
Mon, 13 Jan 2025 16:19:43 +0000 (17:19 +0100)
This header is no longer used after the removal of fixmap support
in commit 5bfc4a3a0af3 ("um: Remove obsolete fixmap support").

Signed-off-by: Tiwei Bie <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Johannes Berg <[email protected]>
arch/x86/um/asm/archparam.h [deleted file]

diff --git a/arch/x86/um/asm/archparam.h b/arch/x86/um/asm/archparam.h
deleted file mode 100644 (file)
index c17cf68..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/* 
- * Copyright (C) 2000 - 2003 Jeff Dike ([email protected])
- * Copyright 2003 PathScale, Inc.
- * Licensed under the GPL
- */
-
-#ifndef __UM_ARCHPARAM_H
-#define __UM_ARCHPARAM_H
-
-#ifdef CONFIG_X86_32
-
-#ifdef CONFIG_X86_PAE
-#define LAST_PKMAP 512
-#else
-#define LAST_PKMAP 1024
-#endif
-
-#endif
-
-#endif
This page took 0.052335 seconds and 4 git commands to generate.