Advertisement
Guest User

Untitled

a guest
May 26th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.49 KB | None | 0 0
  1. Index: x86.c
  2. ===================================================================
  3. --- x86.c   (revision 5581)
  4. +++ x86.c   (working copy)
  5. @@ -282,8 +282,8 @@
  6.  
  7.     printk(BIOS_DEBUG, "Calling VSA module...\n");
  8.  
  9. -   /* ECX gets SMM, EDX gets SYSMEM */
  10. -   realmode_call(VSA2_ENTRY_POINT, 0x0, 0x0, MSR_GLIU0_SMM,
  11. +   /* EAX gets SMM, EDX gets SYSMEM */
  12. +   realmode_call(VSA2_ENTRY_POINT, MSR_GLIU0_SMM, 0x0, 0x0
  13.             MSR_GLIU0_SYSMEM, 0x0, 0x0);
  14.  
  15.     printk(BIOS_DEBUG, "... VSA module returned.\n");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement