summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include/cpu.h
AgeCommit message (Expand)Author
2004-01-04Rearrange process exit path to avoid need to free resources from differentjdolecek
2003-03-01Add machdep sysctl support. Support booted_device, consdev, andmatt
2003-02-27Need to forward declare struct buf and struct pte for function prototypes.matt
2003-01-18Merge the nathanw_sa branch.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-03-10Major update of the vax pmap:ragge
2001-06-14Don't need to prototype child_return() here, it's in <sys/proc.h>.thorpej
2001-06-04Add rudimentary multiprocessor support for DDB.ragge
2001-06-04Add IPI_TBIA to flush the translation buffer.ragge
2001-06-03Break out the MP-dependent calls. Add definitions for the IPI functions.ragge
2001-05-30use _KERNEL_OPTmrg
2001-05-29Add ci_cpuid.ragge
2000-12-02Add prototype.ragge
2000-08-25Make need_resched() take a "struct cpu_info *" argument. Thisthorpej
2000-07-26Add badaddr() field.ragge
2000-06-11Allow printf's from slave CPUs by stealing the v_putc function.ragge
2000-06-10Code to spin up other CPUs on a VAX 8200 system.ragge
2000-06-02Move spl macros from <machine/param.h> to <machine/intr.h>matt
2000-05-31Eliminate booted_from. extern'ed booted_device (for raidframe). nothingmatt
2000-05-29Use the cpu_info struct to store cpu-specific data in the same way inragge
2000-05-27Rewrite cpu_fork(), it now looks like and works as other ports' cpu_fork()ragge
2000-05-27This need <sys/sched.h> to compile.matt
2000-05-26First sweep at scheduler state cleanup. Collect MI schedulerthorpej
2000-05-22Add prototype for findcpu in _STANDALONE.matt
2000-04-22Ops, forgot to commit this.ragge
2000-03-19First cut of multiprocessor support for vax. Still much to do beforeragge
1999-10-21Protect against multiple includes.ragge
1999-09-17Centralize the declaration and clearing of `cold'.thorpej
1999-08-10Define cpu_number() as discussed on tech-smp.thorpej
1999-08-07Clean up all bus handling stuff, it has become a mess the latest years.ragge
1999-05-23Better and more understandable way to find out CPU type.ragge
1999-05-01Real-time clock is started on the same way on all CPUs, there is noragge
1999-04-17Use "access_type" in pmap_enter() more intelligent.ragge
1999-02-02Another giant change: Allocate register space dynamic instead of compiled-in.ragge
1999-01-19Allocate (almost) all interrupt vectors dynamically. Simplifies muchragge
1998-10-27Latent support for revamped "local bus" support.matt
1998-10-06configure() prototype is in <sys/device.h>thorpej
1998-10-05cpu_set_kpc() prototype is already in <sys/systm.h>.thorpej
1998-08-10Basic support for VS4000/60.ragge
1998-06-09#ifdef _KERNEL whole this file.ragge
1998-05-22Remove unnecessary code for interrupt vector handling.ragge
1998-04-13Wall cleaning.ragge
1997-11-02Fix clearing of redundant restart flag; CPU specific.ragge
1997-07-26Actually do 'halt' or 'reboot' on MicroVAX.ragge
1997-03-15Add definitions for DEC HW device numbers.ragge
1997-02-19Basic change to cpu-config code. This will make support of newragge
1997-02-12Remove bogus prototypes.ragge
1997-01-31Update prototypes to match new calling convention of functions thatthorpej
1996-07-20Numerous changes to be able to put Bertram Barth's VAXstation support in.ragge
1996-07-11Automatic changing of root device after boot now works.ragge