Module Name: src Committed By: tsutsui Date: Sat May 14 10:49:06 UTC 2011
Modified Files: src/sys/arch/x68k/x68k: locore.s machdep.c Log Message: It's a bit horrible to call uvm_page_physload() from consinit(). Instead, prepare x68k_init() function for pre-main MD initialization as other m68k ports and move uvm_page_physload() call and msgbuf initialization there. Tested on X68030, but options EXTENDED_MEMORY is untested. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/sys/arch/x68k/x68k/locore.s cvs rdiff -u -r1.173 -r1.174 src/sys/arch/x68k/x68k/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.