Advertisement
Guest User

4.15.5 fglrx patch

a guest
Feb 24th, 2018
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.42 KB | None | 0 0
  1. --- archive_files/common/lib/modules/fglrx/build_mod/firegl_public.c
  2. +++ archive_filesb/common/lib/modules/fglrx/build_mod/firegl_public.c
  3. @@ -2989,7 +2989,7 @@ unsigned int ATI_API_CALL KCL_GetPageSizeByVirtAddr(
  4.  static void kcl_flush_tlb_one(void *va)
  5.  {
  6.      unsigned long *addr = (unsigned long *)va;
  7. -    __flush_tlb_one(*addr);
  8. +    __flush_tlb_one_kernel(*addr);
  9.  }
  10.  
  11.  /** /brief Flush one page on all cpus
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement