Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102924497
D20008.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
549 B
Referenced Files
None
Subscribers
None
D20008.diff
View Options
Index: head/sys/powerpc/pseries/phyp-hvcall.S
===================================================================
--- head/sys/powerpc/pseries/phyp-hvcall.S
+++ head/sys/powerpc/pseries/phyp-hvcall.S
@@ -36,8 +36,13 @@
ASENTRY(phyp_hcall)
mflr %r0
std %r0,16(%r1)
+#if defined(_CALL_ELF) && _CALL_ELF == 2
+ ld %r11,96(%r1) /* Last couple args into volatile regs*/
+ ld %r12,104(%r1)
+#else
ld %r11,112(%r1) /* Last couple args into volatile regs*/
ld %r12,120(%r1)
+#endif
hc /* invoke the hypervisor */
ld %r0,16(%r1)
mtlr %r0
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 7:38 PM (22 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14722511
Default Alt Text
D20008.diff (549 B)
Attached To
Mode
D20008: [PowerPC64] fix pseries llan driver not working on ELFv2 ABI kernel
Attached
Detach File
Event Timeline
Log In to Comment