Merge tag 'drm-msm-fixes-2021-02-25' of https://gitlab.freedesktop.org/drm/msm into...
[platform/kernel/linux-rpi.git] / arch / riscv / include / asm / mmu.h
index dabcf2c..0099dc1 100644 (file)
@@ -12,6 +12,8 @@
 typedef struct {
 #ifndef CONFIG_MMU
        unsigned long   end_brk;
+#else
+       atomic_long_t id;
 #endif
        void *vdso;
 #ifdef CONFIG_SMP