summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include/cpuconf.h
AgeCommit message (Expand)Author
2012-02-06Do a minor cleanup of alpha (this will make applying pullups post branchingmatt
2011-06-14struct device * -> device_tmatt
2001-07-27Rework the interrupt code, shaving some cycles off in the process.thorpej
2000-06-08And more ANSI'ification!thorpej
2000-06-03- Clean up clock interrupt code a bit, and provide a CPU_IS_PRIMARY()thorpej
2000-06-01Rearrange things a little so we can deal with systypes that aren'tthorpej
2000-03-29Don't declare a variable in the 'struct platform' declaration - we declaresimonb
1998-06-06Clean up a little, and add a `powerdown' hook in the platform structure.thorpej
1997-11-06Clean up the messages displayed when either platform support is notthorpej
1997-09-23Redo the platform specific identification and initialization, makingmjacob
1997-09-02Oops, wrap cpu_decl()s inside #ifdef _KERNEL/#endif.thorpej
1997-09-02Clean this up a bit; defopt has rendered the #undef hacks unnecessary.thorpej
1997-09-02Ressurect from the Attic.thorpej
1997-04-10reorganize cpu configuration and device configuration tables. Now all macrocgd
1996-11-12convert cpu-dependent routine selection to use a centralized CPU switch, thuscgd