aboutsummaryrefslogtreecommitdiff
path: root/sys/ia64/ia64/sal.c
Commit message (Expand)AuthorAgeFilesLines
* Remove special casing for running in the simulator from the kernelMarcel Moolenaar2003-02-011-1/+1
* Fixed printf format errors.Jake Burkholder2002-08-291-1/+1
* o Rename ia64_count_aps to ia64_count_cpus and reimplement theMarcel Moolenaar2002-05-121-9/+61
* o Include md_var.hMarcel Moolenaar2002-05-051-10/+5
* MCA specific code has been moved to a seperate file. It is expectedMarcel Moolenaar2002-04-261-41/+0
* Add ia64_sal_init_state(). This function will initialize the machineMarcel Moolenaar2002-04-221-7/+51
* #ifdef SMP some variables that are only used elsewhere under #ifdef SMPPeter Wemm2002-03-191-0/+2
* Don't pass os_boot_rendez directly to SAL_SET_VECTORS, because it'sMarcel Moolenaar2001-11-051-1/+2
* Make the various bits of SMP code conditional on SMP so that I can stillDoug Rabson2001-10-291-0/+2
* o Do not parse the MADT as a side-effect in AcpiOsGetRootPointer,Marcel Moolenaar2001-10-291-8/+15
* Save the AP wake-up vector from the SAL descriptor under SMP.Marcel Moolenaar2001-10-201-5/+25
* Add code to initialise firmware resources (and to fake them if we areDoug Rabson2001-09-291-0/+89