aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/mcount64.S
Commit message (Collapse)AuthorAge
* [S390] cleanup ftrace backend functionsMartin Schwidefsky2011-01-05
| | | | Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
* [S390] add kprobes annotationsMartin Schwidefsky2011-01-05
| | | | | | | Add kprobes annotations to get the massive 'probe kernel.function("*") {}' stress test working. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
* [S390] improve mcount codeMartin Schwidefsky2009-09-11
Move the 64 bit mount code from mcount.S into mcount64.S and avoid code duplication. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>