summaryrefslogtreecommitdiff
path: root/sys/arch/m88k/include
AgeCommit message (Expand)Author
2010-06-22Since our caches are snooping, we only need to broadcast cache invalidatesMiod Vallat
2010-05-02Precompute the userland process apr cache bits into a global variable.Miod Vallat
2010-04-21<sys/systm.h> required now.Miod Vallat
2010-04-18Work in progress support for AViiON models 4600 and 530.Miod Vallat
2009-11-27Move MB_LEN_MAX into the machine-independent sys/limits.h header,Philip Guenthe
2009-11-04Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.Mark Kettenis
2009-05-02Drop the pm_cpus bitmask field from struct pmap, and instead remember theMiod Vallat
2009-04-19Rename max_cpus to ncpusfound and compute it regardless of optionMiod Vallat
2009-03-26Remove cpu_wait(). It's original use was to be called from the reaper soOwain Ainsworth
2009-03-15Generic softinterrupt support for m88k based platforms, adapted from armMiod Vallat
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat
2009-03-04Since 88110 processors can not flush individual TLB entries, instead ofMiod Vallat
2009-03-04Introduce atomic_clear_int() as an MD atomic operation to perform atomicMiod Vallat
2009-03-01Files forgotten during last commit:Miod Vallat
2009-02-21Move part of the mp lock logic into per-cpu callbacks; on MVME197DP we needMiod Vallat
2009-02-21Get rid of 88110 nmi stacks. This was a good idea, but I outsmarted myselfMiod Vallat
2009-02-20atomic_{set,clear}bits_int were not safe enough on 88110 systems, as theyMiod Vallat
2009-02-18In __cpu_simple_lock(), do not hog the bus with exclusive accesses; ifMiod Vallat
2009-02-17Pass a cpu_info * to setsoftipi() so it does not need to curcpu(), whichMiod Vallat
2009-02-16More 88110 SMP work. Contains, horribly entangled:Miod Vallat
2009-02-16Since NMI are now handled separately, remove the ``interrupt type'' argumentMiod Vallat
2009-02-13Use a different dispatcher for the NMI traps on 88110, these are tooMiod Vallat
2009-02-08On 88110 processors, use a separate stack to handle NMI; these can occurMiod Vallat
2009-02-01Remove dma_cachectl() and rename dma_cachectl_pa() to dma_cachectl() now thatMiod Vallat
2008-12-21Proper cpu_unidle() function for MP kernels. ok art@ long agoMiod Vallat
2008-10-23Move the va_copy define to <sys/stdrag.h> making sure it is uniformalyMark Kettenis
2008-10-15make random(9) return per-cpu values (by saving the seed in the cpuinfo),Theo de Raadt
2008-10-10Add empty cpu_unidle() macros for architectures that currently don't doArtur Grabowski
2008-10-10Define MAXCPUS on all architectures.Artur Grabowski
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas Venckus
2008-07-28In process_write_regs() and sigreturn(), be more strict about the bitsMiod Vallat
2008-07-21- add proper double_t and float_t definitions for each archMartynas Venckus
2008-07-18Add a macro that clears the want_resched flag that need_resched sets.Artur Grabowski
2008-01-13Add a machdep.cputype sysctl, which returns the processor type (0 for 88100,Miod Vallat
2007-12-31replace ctob/btoc by ptoa/atop as done for other architecturesMartin Reindl
2007-12-29Override SoftFloat's countLeadingZeros32() with a faster, ff1-based, versionMiod Vallat
2007-12-29Had I known we had a kernel version of John Hauser's SoftFloat code, I wouldMiod Vallat
2007-12-25Do not make struct pmap visible unless _KERNEL.Miod Vallat
2007-12-25Restart the m88110 floating-point trap code from scratch, basing it on theMiod Vallat
2007-12-20Get rid of disable_interrupt() and have caller use get_psr() and set_psr();Miod Vallat
2007-12-20Do not protect this file with _KERNEL; other header files which include it do itMiod Vallat
2007-12-15Since the 88110 can not invalidate a particular tlb entry, do not stackMiod Vallat
2007-12-15Move the cmmu lock back from 8820x-specific code to global, and use it onMiod Vallat
2007-12-08Better siginfo fault codes for floating point exceptions on 88110, withMiod Vallat
2007-12-05Make the CPU_88100 and CPU_88110 constants match the architectural numberMiod Vallat
2007-12-05xmem can not be used as a reliable atomic operation, they way we do them,Miod Vallat
2007-12-04Work in progress SMP code for 88110 processor using the BusSwitch chip asMiod Vallat
2007-12-02Sort and clean definitions. No functional changes.Miod Vallat
2007-12-02Provide a specific rw_cas() function for MP kernels, simulating a reallyMiod Vallat
2007-12-02Rework the __mp_lock code to not spin at spllock(), kinda similar to theMiod Vallat