hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/arch/sh/include/asm/sparsemem.h
....@@ -2,16 +2,11 @@
22 #ifndef __ASM_SH_SPARSEMEM_H
33 #define __ASM_SH_SPARSEMEM_H
44
5
-#ifdef __KERNEL__
65 /*
76 * SECTION_SIZE_BITS 2^N: how big each section will be
8
- * MAX_PHYSADDR_BITS 2^N: how much physical address space we have
9
- * MAX_PHYSMEM_BITS 2^N: how much memory we can have in that space
7
+ * MAX_PHYSMEM_BITS 2^N: how much physical address space we have
108 */
119 #define SECTION_SIZE_BITS 26
12
-#define MAX_PHYSADDR_BITS 32
1310 #define MAX_PHYSMEM_BITS 32
14
-
15
-#endif
1611
1712 #endif /* __ASM_SH_SPARSEMEM_H */