// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/m68k/mm/sun3mmu.c * * Implementations of mm routines specific to the sun3 MMU. * * Moved here 8/20/1999 Sam Creasey *
*/
constchar bad_pmd_string[] = "Bad pmd in pte_alloc: %08lx\n";
externunsignedlong num_pages;
/* For the sun3 we try to follow the i386 paging_init() more closely */ /* start_mem and end_mem have PAGE_OFFSET added already */ /* now sets up tables using sun3 PTEs rather than i386 as before. --m */ void __init paging_init(void)
{
pgd_t * pg_dir;
pte_t * pg_table; int i; unsignedlong address; unsignedlong next_pgtable; unsignedlong bootmem_end; unsignedlong max_zone_pfn[MAX_NR_ZONES] = { 0, }; unsignedlong size;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.