File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -459,7 +459,7 @@ static void __init memblock_x86_reserve_range_setup_data(void)
459
459
* due to mapping restrictions.
460
460
*
461
461
* On 64bit, kdump kernel need be restricted to be under 64TB, which is
462
- * the upper limit of system RAM in 4-level paing mode. Since the kdump
462
+ * the upper limit of system RAM in 4-level paging mode. Since the kdump
463
463
* jumping could be from 5-level to 4-level, the jumping will fail if
464
464
* kernel is put above 64TB, and there's no way to detect the paging mode
465
465
* of the kernel which will be loaded for dumping during the 1st kernel
@@ -743,8 +743,8 @@ static void __init trim_bios_range(void)
743
743
e820__range_update (0 , PAGE_SIZE , E820_TYPE_RAM , E820_TYPE_RESERVED );
744
744
745
745
/*
746
- * special case: Some BIOSen report the PC BIOS
747
- * area (640-> 1Mb) as ram even though it is not.
746
+ * special case: Some BIOSes report the PC BIOS
747
+ * area (640Kb -> 1Mb) as RAM even though it is not.
748
748
* take them out.
749
749
*/
750
750
e820__range_remove (BIOS_BEGIN , BIOS_END - BIOS_BEGIN , E820_TYPE_RAM , 1 );
Original file line number Diff line number Diff line change @@ -699,7 +699,7 @@ static int __init dummy_numa_init(void)
699
699
* x86_numa_init - Initialize NUMA
700
700
*
701
701
* Try each configured NUMA initialization method until one succeeds. The
702
- * last fallback is dummy single node config encomapssing whole memory and
702
+ * last fallback is dummy single node config encompassing whole memory and
703
703
* never fails.
704
704
*/
705
705
void __init x86_numa_init (void )
You can’t perform that action at this time.
0 commit comments