Skip to content

Commit

Permalink
Compilation fix for ppc on Ubuntu18.04
Browse files Browse the repository at this point in the history
Include linux/uaccess.h rather than asm/uaccess.h directly (hpc#27).
  • Loading branch information
Tzafrir Cohen committed Mar 23, 2023
1 parent 5cd0b96 commit 35be6e3
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 35be6e3

Please sign in to comment.