|
@@ -60,10 +60,6 @@ optprobe_template_entry:
|
|
std r5,_CCR(r1)
|
|
std r5,_CCR(r1)
|
|
lbz r5,PACASOFTIRQEN(r13)
|
|
lbz r5,PACASOFTIRQEN(r13)
|
|
std r5,SOFTE(r1)
|
|
std r5,SOFTE(r1)
|
|
- mfdar r5
|
|
|
|
- std r5,_DAR(r1)
|
|
|
|
- mfdsisr r5
|
|
|
|
- std r5,_DSISR(r1)
|
|
|
|
|
|
|
|
/*
|
|
/*
|
|
* We may get here from a module, so load the kernel TOC in r2.
|
|
* We may get here from a module, so load the kernel TOC in r2.
|
|
@@ -122,10 +118,6 @@ optprobe_template_call_emulate:
|
|
mtxer r5
|
|
mtxer r5
|
|
ld r5,_CCR(r1)
|
|
ld r5,_CCR(r1)
|
|
mtcr r5
|
|
mtcr r5
|
|
- ld r5,_DAR(r1)
|
|
|
|
- mtdar r5
|
|
|
|
- ld r5,_DSISR(r1)
|
|
|
|
- mtdsisr r5
|
|
|
|
REST_GPR(0,r1)
|
|
REST_GPR(0,r1)
|
|
REST_10GPRS(2,r1)
|
|
REST_10GPRS(2,r1)
|
|
REST_10GPRS(12,r1)
|
|
REST_10GPRS(12,r1)
|