Skip to content

Commit

Permalink
Merge pull request hpc#28 from tzafrir-mellanox/ppc64el_uaccess
Browse files Browse the repository at this point in the history
Compilation fix for ppc on Ubuntu18.04
  • Loading branch information
yosefe authored Apr 9, 2023
2 parents 5cd0b96 + 35be6e3 commit e7dc1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/xpmem_mmu_notifier.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <linux/percpu.h>

#include <asm/tlbflush.h>
#include <asm/uaccess.h>
#include <linux/uaccess.h>

#include "xpmem_internal.h"
#include "xpmem_private.h"
Expand Down

0 comments on commit e7dc1f8

Please sign in to comment.