summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r261309jhibbits2014-03-021-2/+2
* MFC r259284,r259287jhibbits2014-01-151-0/+2
* Revert r253748,253749avg2013-07-281-3/+0
* put contents of cpu.h under _KERNELavg2013-07-281-0/+3
* Move the prototype for savectx from cpu.h to pcb.h, as it is on othernwhitehorn2012-09-231-3/+0
* Add a convenience macro for the returns_twice attribute, and apply it todim2012-04-291-1/+1
* We don't need kcopy() in any of the remaining places it is used, sonwhitehorn2012-04-111-1/+0
* Add a CPU features framework on PowerPC and simplify CPU setup a littlenwhitehorn2009-11-281-0/+21
* Declare btext and etext. Needed by sys/kern/subr_prof.c formarcel2008-10-271-0/+3
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-091-6/+0
* Clean out sysctl machdep.* related defines.phk2006-05-111-11/+0
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-221-5/+0
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-0/+1
* DELAY must be a routine, not a macro definition.grehan2003-09-261-2/+0
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-161-1/+6
* Remove unused bootpath[] variable. It conflicted with a declarationgrehan2003-06-251-2/+0
* Prepended underscores to macro local vars, avoiding gcc "declarationgrehan2003-01-181-6/+6
* Additional machdep sysctl constants needed for userland utilsgrehan2002-09-191-2/+6
* Move the kcopy() function from trap.c to machdep.c. Add a prototype.benno2002-05-281-0/+1
* GC an extraneous prototype of delay().benno2002-04-151-1/+0
* Remove __P.alfred2002-03-201-2/+2
* Add a missing (.benno2002-02-281-1/+1
* Clean up the trap handling code and make it consistent with the other platforms.mp2001-11-051-3/+0
* - Correct the type of the argument to delay() so as to not conflict withbenno2001-10-151-1/+2
* Update PowerPC MD code to compile and do initial bootstrap based onmp2001-09-201-1/+1
* - Close races with signals and other AST's being triggered while we are injhb2001-08-101-2/+0
* Add TRAPF_* macros required by MI-ification of ast() and userret().benno2001-07-011-0/+3
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-1/+1
* Bring in NetBSD code used in the PowerPC port.benno2001-06-101-0/+98
OpenPOWER on IntegriCloud