summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/upa.h
Commit message (Collapse)AuthorAgeFilesLines
* Lower UPA_MEMSTART to 0x1c000000000. This is required for some largertmm2002-04-021-1/+1
| | | | Enterprise machines.
* Add support for starting secondary cpus in kernel, as opposed to relyingjake2002-03-041-1/+11
| | | | | | | | | | | | | | | on the loader to do it. Improve smp startup code to be less racy and to defer certain things until the right time. This almost boots single user on my dual ultra 60, it is still very fragile: SMP: AP CPU #1 Launched! Enter full pathname of shell or RETURN for /bin/sh: # ls Debugger("trapsig") Stopped at Debugger+0x1c: ta %xcc, 1 db> heh No such command db>
* Add macros to extract the UPA module id from the UPA config register.jake2002-02-231-0/+6
| | | | This is the hardware cpuid.
* Add upa.h, which I had previously forgotten, to unbreak the sparc64tmm2002-01-081-0/+34
kernel build. Pointy hat to: tmm
OpenPOWER on IntegriCloud