summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include/cpu.h
AgeCommit message (Expand)Author
2009-03-26Remove cpu_wait(). It's original use was to be called from the reaper soOwain Ainsworth
2008-07-18Add a macro that clears the want_resched flag that need_resched sets.Artur Grabowski
2007-11-02replace ctob/btoc with ptoa/atop (plus the usual round_page() where needed)Martin Reindl
2007-07-29It turns out that VIA2 always interrupts at level 2, and IPL_BIO is always 2Miod Vallat
2007-05-30More cpuinfo vs _KERNEL fallback.Miod Vallat
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2006-11-29Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptMiod Vallat
2006-09-22Get rid of (unused) MACH_CLASSP580 and flatten MACH_CLASSxxx values.Miod Vallat
2006-06-30Shrink internal iomap to 256KB, it's enough for all the mappings we'll needMiod Vallat
2006-06-24Use pmap_enter_cache() instead of physacc() in bus_mem_add_mapping(), and letMiod Vallat
2006-06-11Move common prototypes to <m68k/{cpu,param}.h> instead of incompleteMiod Vallat
2006-01-24Remove unused fields from struct mac68k_machine.Miod Vallat
2006-01-13Remove the Mac Rom Glue code completely. With the ADB ``direct'' code beingMiod Vallat
2006-01-01Enable A/UX style interrupt routing on non-AV Centrises and Quadras, gives usMiod Vallat
2005-08-01Factorize cachectl() accross m68k platforms, and make the CC_ constantsMiod Vallat
2005-07-31No need to #include <machine/pcb.h>; tested martin@Miod Vallat
2005-07-23vm_offset_t -> vaddr_tMartin Reindl
2005-07-18PB190 Gestalt IDsMartin Reindl
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-06-07Remove obsolete CLKF_BASEPRI(). ok niklas@, miod@ and art@Thomas Nordin
2002-04-27Lots of cleanup to catch up with other m68k-based ports and modern code,Miod Vallat
2002-04-16Missing prototype.Miod Vallat
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski
2001-08-20Bring get[sd]fc() prototypes to <m68k/cpu.h>, this will be needed shortly.Miod Vallat
2001-05-08Substantial update from NetBSD, most notably gives us UVM support; deraadt@ okAaron Campbell
1998-05-03* Deprecate macinfo.h pulling all relevant defines into cpu.h.gene
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
1997-11-30Canonify the _*_H_ namespace appropriately.gene
1997-03-30An implementation of pieces of the Deferred Task Manager--required bybriggs
1997-03-12Move prototype for physaccess.briggs
1997-03-08Sync with NetBSD of about 4 March.briggs
1997-01-24Sync w/ NETBSD_CURRENT_971122.briggs
1996-10-28Mac model info out of cpu.h and into new macinfo.h.briggs
1996-10-20Out of NetBSD (scottr):briggs
1996-10-14Merge in from NetBSD. Use <m68k/cpu.h> andbriggs
1996-08-10Sync with NetBSD.briggs
1996-06-23NetBSD: Add constant for PB500.briggs
1996-06-08Sync up with latest NetBSD.briggs
1996-05-26Add OpenBSD Id string.briggs
1996-05-26Sync with NetBSD-current.briggs
1996-01-09Add some more machine defines.briggs
1995-12-28Bring a few limits back into reason. Old values excessive.briggs
1995-12-21from netbsd; cpu_setstack() is depricatedTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt