hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/sh/include/asm/fixmap.h
....@@ -1,9 +1,6 @@
1
-/*
2
- * fixmap.h: compile-time virtual memory allocation
1
+/* SPDX-License-Identifier: GPL-2.0
32 *
4
- * This file is subject to the terms and conditions of the GNU General Public
5
- * License. See the file "COPYING" in the main directory of this archive
6
- * for more details.
3
+ * fixmap.h: compile-time virtual memory allocation
74 *
85 * Copyright (C) 1998 Ingo Molnar
96 *
....@@ -86,11 +83,7 @@
8683 * the start of the fixmap, and leave one page empty
8784 * at the top of mem..
8885 */
89
-#ifdef CONFIG_SUPERH32
9086 #define FIXADDR_TOP (P4SEG - PAGE_SIZE)
91
-#else
92
-#define FIXADDR_TOP ((unsigned long)(-PAGE_SIZE))
93
-#endif
9487 #define FIXADDR_SIZE (__end_of_fixed_addresses << PAGE_SHIFT)
9588 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
9689