summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Collapse)Author
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
definition as splimp(). art@ ok
2001-06-10free commit from artMichael Shalayeff
2001-06-09disable debugging by defaultMichael Shalayeff
2001-06-09print return value for debugging purposesMichael Shalayeff
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
boolean_t pmap_extract(struct pmap *, vaddr_t, paddr_t *). Matches NetBSD. Tested by various people on various platforms.
2001-06-04fix debugging printf, cpu_hpa is not pointer anymoreMichael Shalayeff
2001-05-17convert mbuf and cluster allocation to pool, mostly from NetBSDNiels Provos
okay art@ miod@
2001-05-17It's Daylight Saving Time, not Savings. Fix comments.Peter Valchev
Discussed with pjanzen@
2001-05-16entry,leaf_entry properMichael Shalayeff
2001-05-16kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and ↵Todd C. Miller
kern_ipc_10.c for other compat modules.
2001-05-11more rd merge (headcolds suck)Theo de Raadt
2001-05-11unifyTheo de Raadt
2001-05-09More sync to NetBSD.Artur Grabowski
- Change pmap_change_wiring to pmap_unwire because it's only called that way. - Remove pmap_pageable because it's seldom implemented and when it is, it's either almost useless or incorrect. The same information is already passed to the pmap anyway by pmap_enter and pmap_unwire.
2001-05-06Update some comments wrt. the CLSIZE changes.Artur Grabowski
And remove that memory price comment from 1981. It is amusing, but also confusing because the math in there is only correct on vax.
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
Move it from cpu_startup() to main().
2001-05-05Remove the (vaddr_t) casts inside the round_page and trunc_page macros.Artur Grabowski
We might want to use them on types that are bigger than vaddr_t. Fix all callers that pass pointers without casts.
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time.
2001-04-29raise spl around pdc callingMichael Shalayeff
2001-04-29pseg not yetMichael Shalayeff
2001-04-29fix pmap_enter to compileMichael Shalayeff
2001-04-03siop is already defined in miland; from from@Michael Shalayeff
2001-04-01cleanup a littleMichael Shalayeff
2001-04-01remove a little debuggingMichael Shalayeff
2001-03-29updateMichael Shalayeff
2001-03-29big bangMichael Shalayeff
2001-03-29leaf_entry, better entryMichael Shalayeff
2001-03-29define leaf_entry, better entryMichael Shalayeff
2001-03-29steal alpha cdefs.h for we lack out own anywayMichael Shalayeff
2001-03-29cpudev_data.h here needed notMichael Shalayeff
2001-03-29here labels we defineMichael Shalayeff
2001-03-29regen we doMichael Shalayeff
2001-03-29the content we define, decide for names and labels includer isMichael Shalayeff
2001-03-29context and stack setup proper, better map/unmapbufMichael Shalayeff
2001-03-29various fixes, new _pmap_enter for pmap new, space policeMichael Shalayeff
2001-03-29.comm in .bssMichael Shalayeff
2001-03-29.comm in .bss, ldo R% of pdc wrapper stackMichael Shalayeff
2001-03-28start of textMichael Shalayeff
2001-03-28use diag not .word, better tlabel usageMichael Shalayeff
2001-03-28ldil requires L% always it seemsMichael Shalayeff
2001-03-27__weak_alias, __warn_references, __indr_reference are unimplemented now; from d@Michael Shalayeff
2001-03-22pmap_physseg is kernel-only businessMichael Shalayeff
2001-03-22handle d/i prot traps properMichael Shalayeff
2001-03-22shuffle the tlb handlers a little,Michael Shalayeff
make a new one for na data fault, since those w/ hpt need it.
2001-03-22make sure we stop stack tracing on user pcMichael Shalayeff
2001-03-22ifdef on a proper debug defineMichael Shalayeff
2001-03-20regenMichael Shalayeff
2001-03-20a few recent cpu devs form puffinsMichael Shalayeff
2001-03-08move gif* and faith* into sys/conf/GENERIC. deraadt and angelos okJun-ichiro itojun Hagino
2001-03-02add #define __STRICT_ALIGNMENTJason Wright