summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Expand)Author
2001-12-17Move the process_read_reg prototype to the correct file, it is specifiedDale Rahn
2001-12-13Fix for pmap extract from art.Dale Rahn
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-12-05Update pmap_update macro for arches Art missed. Still just a noop.Todd C. Miller
2001-11-29Kernel mappings (pmap_kenter_pa) should not be entered into the pv list.Dale Rahn
2001-11-29Fix for thinko that was caught in code review, error was found 3x, howeverDale Rahn
2001-11-28zap some typedefs.Artur Grabowski
2001-11-28Make pmap_update functions into nops so that we can have a consistentArtur Grabowski
2001-11-28pmap_kenter_pgs is not used and not really useful. remove.Artur Grabowski
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-19Remove pointless additional 'syncing' instructions in the powerpc spl*()Dale Rahn
2001-11-13Add AltiVec support to powerpc/macppc. This is not currently enabled becauseDale Rahn
2001-11-11Fix matching brace error. Fortunately PGM errors do not happen in theDale Rahn
2001-11-07unbreak child_return.Artur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski
2001-11-06Need to prototype pmap_pinit and pmap_release here.Artur Grabowski
2001-11-06No need for those prototypes here.Artur Grabowski
2001-11-05Workaround to prevent Altivec Unavilable problem.Dale Rahn
2001-09-21Correctly initialize variables in cpu_fork(). From NetBSD.Miod Vallat
2001-09-20Allow nesting of fault handlers by saving old onfault handler andDale Rahn
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-18Changing the way the pmap code works again.Dale Rahn
2001-09-18Improve the panic message, print symbol and offset, of where fault occursDale Rahn
2001-09-17pagemove() should use the pmap_k* functions instead of pmap_enter/remove.Dale Rahn
2001-09-15Rewrite of powerpc pmap_page_protect(), the old version had a couple ofDale Rahn
2001-09-14simplify userretArtur Grabowski
2001-09-10move vtophys proto into a port-area in order to remove it for macppc eventual...Michael Shalayeff
2001-09-03Zero pages before handing them over to the VM layer.Dale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-09-01The "powerpc" port which has supported the newer Apple Macintosh powerpc basedDale Rahn
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-25The VP cache code, while giving the powerpc port a signficant speedDale Rahn
2001-08-25It is nice to have the hex address of the function as well as the symbolDale Rahn
2001-08-23Sync with contents of arch/foo/conf directory, might be useful one day.Miod Vallat
2001-08-23We can now move timeout_init into main().Artur Grabowski
2001-08-23Remove even more old timeout tentacles.Artur Grabowski
2001-08-23Move the limited memory mapping code later in configuration, afterDale Rahn
2001-08-21Add copyright which should have been there when the file was created.Dale Rahn
2001-08-21use round_page() not an incorrect version of it using trunc_page().Dale Rahn