summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/ofw/ofwcall64.S
Commit message (Collapse)AuthorAgeFilesLines
* This commit adds profiling support for powerpc64. Now we can do applicationandreast2012-01-201-2/+2
| | | | | | | | | | | | | profiling and kernel profiling. To enable kernel profiling one has to build kgmon(8). I will enable the build once I managed to build and test powerpc (32-bit) kernels with profiling support. - add a powerpc64 PROF_PROLOGUE for _mcount. - add macros to avoid adding the PROF_PROLOGUE in certain assembly entries. - apply these macros where needed. - add size information to the MCOUNT function. MFC after: 3 weeks, together with r230291
* MFpseries:nwhitehorn2011-06-021-0/+290
Renovate and improve the AIM Open Firmware support: - Add RTAS (Run-Time Abstraction Services) support, found on all IBM systems and some Apple ones - Improve support for 32-bit real mode Open Firmware systems - Pull some more OF bits over from the AIM directory - Fix memory detection on IBM LPARs and systems with more than one /memory node (by andreast@)
OpenPOWER on IntegriCloud