aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* Declare btext and etext. Needed by sys/kern/subr_prof.c forMarcel Moolenaar2008-10-271-0/+3
* Add kdb_cpu_sync_icache(), intended to synchronize instructionMarcel Moolenaar2007-06-091-6/+0
* Clean out sysctl machdep.* related defines.Poul-Henning Kamp2006-05-111-11/+0
* Tweak how the MD code calls the fooclock() methods some. Instead ofJohn Baldwin2005-12-221-5/+0
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__Maxime Henrion2004-08-031-0/+1
* DELAY must be a routine, not a macro definition.Peter Grehan2003-09-261-2/+0
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MIMarcel Moolenaar2003-08-161-1/+6
* Remove unused bootpath[] variable. It conflicted with a declarationPeter Grehan2003-06-251-2/+0
* Prepended underscores to macro local vars, avoiding gcc "declarationPeter Grehan2003-01-181-6/+6
* Additional machdep sysctl constants needed for userland utilsPeter Grehan2002-09-191-2/+6
* Move the kcopy() function from trap.c to machdep.c. Add a prototype.Benno Rice2002-05-281-0/+1
* GC an extraneous prototype of delay().Benno Rice2002-04-151-1/+0
* Remove __P.Alfred Perlstein2002-03-201-2/+2
* Add a missing (.Benno Rice2002-02-281-1/+1
* Clean up the trap handling code and make it consistent with the other platforms.Mark Peek2001-11-051-3/+0
* - Correct the type of the argument to delay() so as to not conflict withBenno Rice2001-10-151-1/+2
* Update PowerPC MD code to compile and do initial bootstrap based onMark Peek2001-09-201-1/+1
* - Close races with signals and other AST's being triggered while we are inJohn Baldwin2001-08-101-2/+0
* Add TRAPF_* macros required by MI-ification of ast() and userret().Benno Rice2001-07-011-0/+3
* Add a new MI pointer to the process' trapframe p_frame instead of usingJohn Baldwin2001-06-291-1/+1
* Bring in NetBSD code used in the PowerPC port.Benno Rice2001-06-101-0/+98