|
@@ -98,7 +98,7 @@ V_FUNCTION_BEGIN(__kernel_clock_gettime)
|
|
|
* can be used, r7 contains NSEC_PER_SEC.
|
|
* can be used, r7 contains NSEC_PER_SEC.
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
- lwz r5,WTOM_CLOCK_SEC(r9)
|
|
|
|
|
|
|
+ lwz r5,(WTOM_CLOCK_SEC+LOPART)(r9)
|
|
|
lwz r6,WTOM_CLOCK_NSEC(r9)
|
|
lwz r6,WTOM_CLOCK_NSEC(r9)
|
|
|
|
|
|
|
|
/* We now have our offset in r5,r6. We create a fake dependency
|
|
/* We now have our offset in r5,r6. We create a fake dependency
|