We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4e4bc commit fdc6edbCopy full SHA for fdc6edb
arch/powerpc/include/asm/fixmap.h
@@ -52,7 +52,7 @@ enum fixed_addresses {
52
FIX_HOLE,
53
/* reserve the top 128K for early debugging purposes */
54
FIX_EARLY_DEBUG_TOP = FIX_HOLE,
55
- FIX_EARLY_DEBUG_BASE = FIX_EARLY_DEBUG_TOP+(ALIGN(SZ_128, PAGE_SIZE)/PAGE_SIZE)-1,
+ FIX_EARLY_DEBUG_BASE = FIX_EARLY_DEBUG_TOP+(ALIGN(SZ_128K, PAGE_SIZE)/PAGE_SIZE)-1,
56
#ifdef CONFIG_HIGHMEM
57
FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */
58
FIX_KMAP_END = FIX_KMAP_BEGIN+(KM_TYPE_NR*NR_CPUS)-1,
0 commit comments