summaryrefslogtreecommitdiff
path: root/arch/sparc64/mm/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc64/mm/init.c')
-rw-r--r--arch/sparc64/mm/init.c49
1 files changed, 4 insertions, 45 deletions
diff --git a/arch/sparc64/mm/init.c b/arch/sparc64/mm/init.c
index e726c45645ff..9e6bca266d88 100644
--- a/arch/sparc64/mm/init.c
+++ b/arch/sparc64/mm/init.c
@@ -618,9 +618,9 @@ static void __init inherit_prom_mappings(void)
read_obp_translations();
/* Now fixup OBP's idea about where we really are mapped. */
- prom_printf("Remapping the kernel... ");
+ printk("Remapping the kernel... ");
remap_kernel();
- prom_printf("done.\n");
+ printk("done.\n");
}
void prom_world(int enter)
@@ -739,11 +739,6 @@ static unsigned long __init choose_bootmap_pfn(unsigned long start_pfn,
avoid_end = PAGE_ALIGN(initrd_end);
#endif
-#ifdef CONFIG_DEBUG_BOOTMEM
- prom_printf("choose_bootmap_pfn: kern[%lx:%lx] avoid[%lx:%lx]\n",
- kern_base, PAGE_ALIGN(kern_base + kern_size),
- avoid_start, avoid_end);
-#endif
for (i = 0; i < pavail_ents; i++) {
unsigned long start, end;
@@ -777,10 +772,6 @@ static unsigned long __init choose_bootmap_pfn(unsigned long start_pfn,
}
/* OK, it doesn't overlap anything, use it. */
-#ifdef CONFIG_DEBUG_BOOTMEM
- prom_printf("choose_bootmap_pfn: Using %lx [%lx]\n",
- start >> PAGE_SHIFT, start);
-#endif
return start >> PAGE_SHIFT;
}
}
@@ -920,10 +911,6 @@ static unsigned long __init bootmem_init(unsigned long *pages_avail,
unsigned long bootmap_pfn, bytes_avail, size;
int i;
-#ifdef CONFIG_DEBUG_BOOTMEM
- prom_printf("bootmem_init: Scan pavail, ");
-#endif
-
bytes_avail = 0UL;
for (i = 0; i < pavail_ents; i++) {
end_of_phys_memory = pavail[i].phys_addr +
@@ -970,33 +957,20 @@ static unsigned long __init bootmem_init(unsigned long *pages_avail,
bootmap_pfn = choose_bootmap_pfn(min_low_pfn, end_pfn);
-#ifdef CONFIG_DEBUG_BOOTMEM
- prom_printf("init_bootmem(min[%lx], bootmap[%lx], max[%lx])\n",
- min_low_pfn, bootmap_pfn, max_low_pfn);
-#endif
bootmap_size = init_bootmem_node(NODE_DATA(0), bootmap_pfn,
min_low_pfn, end_pfn);
/* Now register the available physical memory with the
* allocator.
*/
- for (i = 0; i < pavail_ents; i++) {
-#ifdef CONFIG_DEBUG_BOOTMEM
- prom_printf("free_bootmem(pavail:%d): base[%lx] size[%lx]\n",
- i, pavail[i].phys_addr, pavail[i].reg_size);
-#endif
+ for (i = 0; i < pavail_ents; i++)
free_bootmem(pavail[i].phys_addr, pavail[i].reg_size);
- }
#ifdef CONFIG_BLK_DEV_INITRD
if (initrd_start) {
size = initrd_end - initrd_start;
/* Reserve the initrd image area. */
-#ifdef CONFIG_DEBUG_BOOTMEM
- prom_printf("reserve_bootmem(initrd): base[%llx] size[%lx]\n",
- initrd_start, initrd_end);
-#endif
reserve_bootmem(initrd_start, size, BOOTMEM_DEFAULT);
initrd_start += PAGE_OFFSET;
@@ -1004,9 +978,6 @@ static unsigned long __init bootmem_init(unsigned long *pages_avail,
}
#endif
/* Reserve the kernel text/data/bss. */
-#ifdef CONFIG_DEBUG_BOOTMEM
- prom_printf("reserve_bootmem(kernel): base[%lx] size[%lx]\n", kern_base, kern_size);
-#endif
reserve_bootmem(kern_base, kern_size, BOOTMEM_DEFAULT);
*pages_avail -= PAGE_ALIGN(kern_size) >> PAGE_SHIFT;
@@ -1020,10 +991,6 @@ static unsigned long __init bootmem_init(unsigned long *pages_avail,
* in free_all_bootmem.
*/
size = bootmap_size;
-#ifdef CONFIG_DEBUG_BOOTMEM
- prom_printf("reserve_bootmem(bootmap): base[%lx] size[%lx]\n",
- (bootmap_pfn << PAGE_SHIFT), size);
-#endif
reserve_bootmem((bootmap_pfn << PAGE_SHIFT), size, BOOTMEM_DEFAULT);
for (i = 0; i < pavail_ents; i++) {
@@ -1031,10 +998,6 @@ static unsigned long __init bootmem_init(unsigned long *pages_avail,
start_pfn = pavail[i].phys_addr >> PAGE_SHIFT;
end_pfn = (start_pfn + (pavail[i].reg_size >> PAGE_SHIFT));
-#ifdef CONFIG_DEBUG_BOOTMEM
- prom_printf("memory_present(0, %lx, %lx)\n",
- start_pfn, end_pfn);
-#endif
memory_present(0, start_pfn, end_pfn);
}
@@ -1451,7 +1414,7 @@ void __init paging_init(void)
zholes_size);
}
- prom_printf("Booting Linux...\n");
+ printk("Booting Linux...\n");
central_probe();
cpu_probe();
@@ -1549,10 +1512,6 @@ void __init mem_init(void)
high_memory = __va(last_valid_pfn << PAGE_SHIFT);
-#ifdef CONFIG_DEBUG_BOOTMEM
- prom_printf("mem_init: Calling free_all_bootmem().\n");
-#endif
-
/* We subtract one to account for the mem_map_zero page
* allocated below.
*/
reoffice-7-1-5 main, development dictionaries repositoryroot
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-18Branch libreoffice-7-3-4libreoffice-7-3-4Christian Lohmaier0-0/+0
2022-02-15There is no EO country, eo-EO is a bad language tagcp-22.05.5-1cp-22.05.4-1cp-22.05.3-1co-22.05.2-1co-22.05.1-1Eike Rathke1-3/+3
2022-01-04Update French hyphenation rulesco-22.05-branch-pointOlivier R3-730/+754
2021-11-25Branch libreoffice-7-3Christian Lohmaier0-0/+0
2021-11-24Updated the British dictionary, based on the wordlist of Oxford Professors an...libreoffice-7-3-branch-pointMarco A.G.Pinto6-371/+3767
2021-11-12Add "exrtudir" to spell check for pt-BROlivier Hallot2-47380/+47381
2021-11-05Add pt-BR thesaurus collateral informationOlivier Hallot3-0/+222
2021-11-05Cleanup pt-BR thesaurus (part)Olivier Hallot2-84962/+31636
2021-11-04Add thesaurus to pt-BROlivier Hallot6-5/+230682
2021-10-04Avoid duplicated pt_BR_pt_BR.properties in packaging's filelistAndras Timar1-0/+5
2021-10-01add translations of pt_BR grammar checker dialogAndras Timar1-1/+5
2021-09-27Belarusian hunspell dictionary updateAleś Bułojčyk9-84425/+295108
2021-09-26tdf#144730: Replace CONVERT_ADD to CONVERT to fix metric/non metric conversionsJulien Nabet3-3/+3
2021-08-01More refactoring of dict_pt-BR lightproofOlivier Hallot1-11854/+11854
2021-07-31Fix Flags not at the start of the expression in ru-RUJulien Nabet1-1/+1
2021-07-31Refactor lighproof_pt-BR impl scriptOlivier Hallot1-9724/+9724
2021-07-31"троеточие" is vernacularMike Kaganski1-1/+1
2021-07-31Add regex checker for pt-BR LightProofOlivier Hallot2-0/+27
2021-07-31Reformat lightproof_ru_RU.py to have 1 expression per lineJulien Nabet1-1/+147
2021-07-31Refactor and fix pt-BR Lightproof rulesOlivier Hallot1-11887/+11887
2021-07-30tdf#139523: LightProof makes Python complain on FutureWarnings for pt-BRJulien Nabet2-34/+35
2021-07-29Fix typoOlivier Hallot1-2/+2
2021-07-29Portuguese Brasil lightproof: fix "Flags not at the start of the expression"Julien Nabet1-4/+4
2021-07-29Fix typo in "Expressão arcaica"Olivier Hallot1-12/+12
2021-07-28Czech Hunspell: add several word formsStanislav Horacek1-3/+6
2021-07-27Bump pt-BR dict version to 3.2.15Olivier Hallot2-4/+4
2021-07-27Portuguese Brasil lightproof: numsep=>gerund since it concerns gerundismoJulien Nabet7-100/+100
2021-07-27tdf#143559: save the changes in options of Portuguese spellcheckJulien Nabet5-30/+30
2021-07-27tdf#143507: localize Grammar Checking (Portuguese) settings pageJulien Nabet2-0/+56
2021-07-27Related tdf#138369: Remove spurious CR (ctrl-M) in ru_RU.dicJulien Nabet1-14/+14
2021-07-26tdf#143489: Update Galician dictionaries to version 20.08Xisco Fauli6-119129/+121576
2021-07-01Czech Hunspell: fix declination of some nouns ending with "-ec"Stanislav Horacek2-663/+663
2021-07-01Czech Hunspell: fix several verbs of pattern "tisknout"Stanislav Horacek2-6/+2
2021-07-01Czech Hunspell: fix several nouns and adjectivesStanislav Horacek1-16/+12
2021-06-27Fix Guarani thesaurusAndras Timar3-2786/+1880
2021-06-27Remove .idx file, they are generated by the buildJulien Nabet2-31793/+0
2021-06-27Spanish dictionary: Package missing iconJulien Nabet1-0/+1
2021-06-27Esperanto dictionary: Package extension's descriptionJulien Nabet1-0/+2
2021-06-16Czech Hunspell: fix word "třídička"Stanislav Horacek1-1/+1
2021-06-02Czech Hunspell: remove confusing surnamelibreoffice-7-2-branch-pointStanislav Horacek1-2/+1
2021-06-02Czech Hunspell: remove rule based on circumfix and make other updatesStanislav Horacek3-76/+10
2021-06-02Czech Hunspell: use KEY and update TRY in .aff fileStanislav Horacek2-3/+7
2021-06-02Czech Hunspell: remove duplicatesStanislav Horacek1-138/+1
2021-06-02more updates of Czech HunspellStanislav Horacek2-234/+1082
2021-06-02update Czech Hunspell filesStanislav Horacek5-49535/+7966
2021-05-31Czech Hunspell: sort words in .dic fileStanislav Horacek